SQLite

From OLPC
Revision as of 11:02, 12 June 2006 by Memracom (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SQLite is a lightweight open source SQL database library which can be integrated into standalone applications. It is supported by a Python library and would be an appropriate tool to use on the OLPC in applications which need a relational database. Unlike more relational databases, SQLite does not require a separate server application.

Two Python interfaces

And a higher-level Python interface