title: Command Line Shell for Sqlite tags: db sqlite cli h1: See [official docs](https://sqlite.org/cli.html). ## Dot Commands There are many `.commands`, like how `psql` has many `\commands`. ``` .help # lists them all .tables # list tables .schema # describe table ```