Command Line Shell for Sqlite
See official docs.
Dot Commands
There are many .commands, like how psql has many \commands.
.help # lists them all
.tables # list tables
.schema # describe tableSee official docs.
There are many .commands, like how psql has many \commands.
.help # lists them all
.tables # list tables
.schema # describe table