Access the sqlite3 file using sqlite3 filename
Use .tables
to get a list of tables.
Database structure: SELECT sql FROM sqlite_schema
Access the sqlite3 file using sqlite3 filename
Use .tables
to get a list of tables.
Database structure: SELECT sql FROM sqlite_schema