SQLite3

From SCAR Divi Manual
Revision as of 17:19, 10 February 2012 by Freddy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SQLite is a self-contained, serverless, zero-configuration, transactional SQL database engine. You can use it to create a file-based database directly from your code as it does not require a server application.

You can find out more about SQLite language features here.