_ _ ___ | |__ __ _ _______ | |_ / _ \| '_ \ / _` |_ / _ \| __| | (_) | | | | (_| |/ / (_) | |_ \___/|_| |_|\__,_/___\___/ \__|
| ohazot | docs | links | dev | conf | txt |
| es | en |
| mdoc file |
| search |
SQLite3 —
usage and tips
COMMANDS
exit
Type .quit to exit.
standard usage
sqlite3 [database] "COMMAND|QUERY"
sqlite3 commands
- .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
- Archlinux manpages: sqlite3(1)
links
| - SQLite |