litecli
litecli copied to clipboard
CLI for SQLite Databases with auto-completion and syntax highlighting
Greetings, I am very much a begginer concerning SQLite and SQL in general; hence, please, bear with my very amateurish question: While trying to export a query as a "dot...
In sqlite3 CLI, this can be achieve with the `--readonly` CLI argument or with the `.open` command, `.open --readonly /path/to/db`. litecli should support the same. Let me know if there's...
I use alternative keyboard layout with `haei` instead of `hjkl`. That's why, I would like to be able to customize these bindings.
It would be useful if we can define variable parameters like .parameter set :user_id 'A_NAME' and then use it in a select or favorite query select * from user where...