_ _ ___ | |__ __ _ _______ | |_ / _ \| '_ \ / _` |_ / _ \| __| | (_) | | | | (_| |/ / (_) | |_ \___/|_| |_|\__,_/___\___/ \__|
| ohazot | docs | links | dev | conf | txt |
| es | > en < |
| mdoc file |
| search |
SQLite3 —
usage and tips
SYNOPSIS
sqlite3 [<database>]
"[<command>|<query>]"COMMANDS
exit
Type .quit to exit.
- .fullschema will retrieve all the tables and their fields from the db.
- .tables will retrieve all the tables from the db.
- .schema [table] will retrieve the fields from a table.
SEE ALSO
| sql, mysql |
| VoidLinux manpages: sqlite3(1) |
| links |
| - SQLite |
HISTORY
| 2026-07-11 | : Translated to Spanish. |
| 2026-03-24 | : Created. |