SQLite: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (re-categorization)
No edit summary
Line 9: Line 9:
And a higher-level Python interface
And a higher-level Python interface
*http://sqlobject.org/
*http://sqlobject.org/

The OLPC has recently moved to Python 2.5 as the platform on which Sugar is built. This version includes SQLite as one of the standard libraries.


[[Category:Software development]]
[[Category:Software development]]

Revision as of 15:14, 30 January 2007

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

The OLPC has recently moved to Python 2.5 as the platform on which Sugar is built. This version includes SQLite as one of the standard libraries.