APSW 3.49.0.0 Released

7 views
Skip to first unread message

Roger Binns

unread,
Feb 7, 2025, 9:30:18 AMFeb 7
to Python-SQLite group
APSW 3.49.0.0 is now available. The project is at https://github.com/rogerbinns/apsw which includes full documentation, source, installation information and more.

APSW is a wrapper around SQLite that provides all SQLite API functionality in Python. It is not DBAPI compliant as it provides SQLite semantics. sqlite3 provides DBAPI semantics. You can see the two approaches contrasted at https://rogerbinns.github.io/apsw/pysqlite.html

Changelist is below and at https://rogerbinns.github.io/apsw/changes.html

Connection.set_progress_handler() allows multiple callbacks (multiplexed by APSW).

Added apsw.ext.query_limit to limit total row count and execution time within a block. (APSW issue 520)

Connection.config() updated with new DBCONFIG options

Adjustments for SQLite’s new build process.

Roger
Reply all
Reply to author
Forward
0 new messages