SQLite
From Just Solve the File Format Problem
(Difference between revisions)
m (added cat) |
Dan Tobias (Talk | contribs) (There are also files with a .sqlite extension, like Firefox cookies.) |
||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|subcat=Database | |subcat=Database | ||
− | |extensions={{ext|db}} | + | |extensions={{ext|db}}, {{ext|sqlite}} |
|mimetypes= | |mimetypes= | ||
{{mimetype|application/x-sqlite3}} | {{mimetype|application/x-sqlite3}} |
Revision as of 03:20, 1 December 2012
Introduction
SQLite is a in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The code for SQLite is in the public domain and is thus free for use for any purpose, commercial or private.