Sqlite: Difference between revisions
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] |