SQLITE3(oh) LOCAL SQLITE3(oh) 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 sql(oh) , mysql(oh) - Archlinux manpages: sqlite3(1) links - SQLite: https://www.sqlite.org/ AUTHORS ohazot(oh) | about(oh) | ohazot.com: https://ohazot.com linux , OpenBSD 7.8 | Created:2026-03-24|Updated:2026-03-24| SQLITE3(oh)