SQLite

From myndmess
(Redirected from SQLite)
Wikipedia has an article on:

<< Category:Data formats
<< Category:Storage

SQLite is a database format and database management system. A full implementation of the database logic is contained in a single C library, and an entire relational database (along with indices and multiple tables) are stored in a single file. See the "SQLite" article on Wikipedia for more.