Sqlite: Difference between revisions

From XPUB & Lens-Based wiki
(New page: SQlite is an implementation of SQL designed to be "light-weight". SQLite is built into Python starting with version 2.5 and as such provides a convenient means of working with SQL ...)
(No difference)

Revision as of 17:05, 19 June 2009

SQlite is an implementation of SQL designed to be "light-weight". SQLite is built into Python starting with version 2.5 and as such provides a convenient means of working with SQL from within Python, without requiring a server such as MySQL.