APSW 3.43.0.0 Released

1 view
Skip to first unread message

Roger Binns

unread,
Aug 25, 2023, 10:37:25 AM8/25/23
to python...@googlegroups.com
APSW 3.43.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

This is the last version that supports Python 3.6 and Python 3.7 (both
end of life). The policy as stated in the about page is that there will
be one more APSW release after a Python version goes end of life
supporting that Python version. (APSW issue 471)

Added best practice module (APSW issue 460)

apsw.ext.log_sqlite() outputs SQLite warnings at warning level. (APSW
issue 472)

sqlite3_stmt_explain is wrapped available as a explain keyword parameter
on execute/executemany methods. (APSW issue 474)

Added documentation and helper class for implementing custom pragmas in
your own Virtual File System (VFS) (APSW issue 464)

Reduced overhead of the Column method when using
apsw.ext.make_virtual_module() (APSW issue 465)

Roger
Reply all
Reply to author
Forward
0 new messages