Sqlite: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
mNo edit summary
 
Line 1: Line 1:
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]].
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]].


[[http://www.sqlite.org/ Main SQLite website]]
[http://www.sqlite.org/ Main SQLite website]

Latest revision as of 17:06, 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.

Main SQLite website