Skip to content

[feat] add support for the blob interface

meskio requested to merge meskio/pysqlcipher:feature/blobs2 into master

Pysqlcipher support for the sqlite blob interface: https://sqlite.org/c3ref/blob_open.html

Copying the code from the PR in pysqlite: https://github.com/ghaering/pysqlite/pull/93

Merge request reports