SQLite: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (categorization) |
||
Line 9: | Line 9: | ||
And a higher-level Python interface |
And a higher-level Python interface |
||
*http://sqlobject.org/ |
*http://sqlobject.org/ |
||
[[Category:Software development]] |
|||
[[Category:Resources]] |
Revision as of 19:24, 6 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