SQLite Database
- Getting Started with SQLite
- Installation and Setup
- The SQLite Command-Line Interface
- Starting the CLI
- Opening and Creating Database Files
- Special Dot-Commands
- .help for Command Reference
- .databases to List Attached Databases
- .tables to List Tables
- .schema to View Table Definitions
- .quit and .exit to Leave the CLI
- .output to Redirect Output
- .import for Importing Data
- .export for Exporting Data
- .mode for Output Formatting
- .headers for Column Headers
- .read for Executing SQL Scripts
- .dump for Database Backup
- .help for Command Reference
- Creating Your First Database