litecli

CLI for SQLite with auto-completion and syntax highlighting

brewmacoslinux
Try with needOr install directly
Source

About

CLI for SQLite Databases with auto-completion and syntax highlighting

Commands

litecli

Examples

Open a SQLite database file interactively$ litecli mydatabase.db
Execute a SQL query directly from command line$ litecli mydatabase.db -e 'SELECT * FROM users LIMIT 5;'
Create a new database and connect to it$ litecli newdatabase.db