SQLite is a powerful embedded relational database engine. pysqlite makes it available to Python developers via the Database API 2.0.
Tags | Software Development Libraries Python Modules Database Front-Ends |
---|---|
Licenses | zlib/libpng |
Operating Systems | Windows POSIX |
Implementation | C |
I moved pysqlite from my own host to Google Code. You might want to update your links/bookmarks.
Release Notes: pysqlite is now 2.5 times faster for DML statements. This pays off especially for bulk-loading data. pysqlite now recognizes if the database engine has done an implicit ROLLBACK and acts accordingly. Using custom mapping and sequence types in parameters works now.
Release Notes: This release plugs a nasty memory leak and improves compatibility with pre-3.3 SQLite releases.
Release Notes: The SQLite collation API was made available. The total_changes API call was wrapped. The code was made more robust in many places by adding additional error checking.
Release Notes: More checks have been added to make executescript() and the transparent statement caching more robust. An API misuse has been fixed so that pysqlite can be used with SQLite 3.3.3 and later. The function enable_shared_cache() has been added to use the shared cache available with SQLite 3.3.
Release Notes: This release fixes a small bug so that it can be built against SQLite versions 3.3.3 and later.