SQLite3: Difference between revisions
Jump to navigation
Jump to search
(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 | | |- | | | | |}") |
(No difference)
|
Latest revision as of 17:39, 11 December 2023
open file with: sqlite3 <<DB-FILE-NAME>>
.tables | show all tables in database | ||
.schema <<TABLENAME>> | show how this table was created | ||