SQLite3

From Utopia
Revision as of 17:39, 11 December 2023 by Locke (talk | contribs) (Created page with " open file with: sqlite3 <<DB-FILE-NAME>> {| class="wikitable" |+ ! ! ! ! |- |.tables |show all tables in database | | |- |.schema <<TABLENAME>> |show how this table was created | | |- | | | | |}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


open file with: sqlite3 <<DB-FILE-NAME>>

.tables show all tables in database
.schema <<TABLENAME>> show how this table was created