SQLite3
Basics
> file [FILENAME] ..to check the filetype/info
> sqlite3 [FILENAME] ..to connect
.tables ... to get a list of tables.
SELECT ... to extract the content of a table using SQL.Last updated
> file [FILENAME] ..to check the filetype/info
> sqlite3 [FILENAME] ..to connect
.tables ... to get a list of tables.
SELECT ... to extract the content of a table using SQL.Last updated