SQLite (.db) File Format
SQLite file format
Description
Notes
Examples
SQLite is a database file format associated with the SQLite relational database management system. It is widely used as an embedded database format for client-based storage in web browsers and other desktop programs.
The Database[SQLite] subpackage can read and write archive files in this format.
Content-Type: application/x-sqlite3
with⁡DatabaseSQLite
Attach,Bind,ClearBindings,Close,ColumnCount,ColumnNames,Execute,Fetch,FetchAll,FetchRow,Finalize,Open,Opened,Prepare,RESULT_BUSY,RESULT_DONE,RESULT_ROW,Reset,Step
db≔FileToolsJoinPath⁡SQLite,G20-Population.db,base=datadir
C:\Program Files\Maple 2016\data\SQLite\G20-Population.db
connection≔Open⁡db
SQLite database,table⁡main=C:\Program Files\Maple 202\data\SQLite\G20-Population.db
See Also
Database
Formats
Download Help Document