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 | Python |
| Operating Systems | Windows Windows Windows POSIX |
| Implementation | C Python |
Recent releases


Changes: 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.


Changes: This release plugs a nasty memory leak and improves compatibility with pre-3.3 SQLite releases.


Changes: 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.


Changes: 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.


Changes: This release fixes a small bug so that it can be built against SQLite versions 3.3.3 and later.