SQLite: Difference between revisions
Jump to navigation
Jump to search
m (categorization) |
m (re-categorization) |
||
Line 12: | Line 12: | ||
[[Category:Software development]] |
[[Category:Software development]] |
||
[[Category:Resources]] |
[[Category:Resources]] |
||
[[Category:Python]] |
Revision as of 23:45, 11 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