Sqlite

From XPUB & Lens-Based wiki
Revision as of 17:05, 19 June 2009 by Michael Murtaugh (talk | contribs) (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 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.