CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
3rdparty/cpython-3.10/_sqlite/cache.c
3rdparty/cpython-3.10/_sqlite/cache.h
3rdparty/cpython-3.10/_sqlite/connection.c
3rdparty/cpython-3.10/_sqlite/connection.h
3rdparty/cpython-3.10/_sqlite/cursor.c
3rdparty/cpython-3.10/_sqlite/cursor.h
3rdparty/cpython-3.10/_sqlite/microprotocols.c
3rdparty/cpython-3.10/_sqlite/microprotocols.h
3rdparty/cpython-3.10/_sqlite/module.c
3rdparty/cpython-3.10/_sqlite/module.h
3rdparty/cpython-3.10/_sqlite/prepare_protocol.c
3rdparty/cpython-3.10/_sqlite/prepare_protocol.h
3rdparty/cpython-3.10/_sqlite/row.c
3rdparty/cpython-3.10/_sqlite/row.h
3rdparty/cpython-3.10/_sqlite/statement.c
3rdparty/cpython-3.10/_sqlite/statement.h
3rdparty/cpython-3.10/_sqlite/util.c
3rdparty/cpython-3.10/_sqlite/util.h
3rdparty/cpython-3.10/_sqlite/clinic/connection.c.h
3rdparty/cpython-3.10/_sqlite/clinic/cursor.c.h
3rdparty/cpython-3.10/_sqlite/clinic/module.c.h
3rdparty/cpython-3.10/_sqlite/clinic/row.c.h
3rdparty/cpython-3.10/sqlite/sqlite3.c
3rdparty/cpython-3.10/sqlite/sqlite3.h
3rdparty/cpython-3.10/sqlite/sqlite3ext.h
3rdparty/cpython-3.7/_sqlite/cache.c
3rdparty/cpython-3.7/_sqlite/cache.h
3rdparty/cpython-3.7/_sqlite/connection.c
3rdparty/cpython-3.7/_sqlite/connection.h
3rdparty/cpython-3.7/_sqlite/cursor.c
3rdparty/cpython-3.7/_sqlite/cursor.h
3rdparty/cpython-3.7/_sqlite/microprotocols.c
3rdparty/cpython-3.7/_sqlite/microprotocols.h
3rdparty/cpython-3.7/_sqlite/module.c
3rdparty/cpython-3.7/_sqlite/module.h
3rdparty/cpython-3.7/_sqlite/prepare_protocol.c
3rdparty/cpython-3.7/_sqlite/prepare_protocol.h
3rdparty/cpython-3.7/_sqlite/row.c
3rdparty/cpython-3.7/_sqlite/row.h
3rdparty/cpython-3.7/_sqlite/statement.c
3rdparty/cpython-3.7/_sqlite/statement.h
3rdparty/cpython-3.7/_sqlite/util.c
3rdparty/cpython-3.7/_sqlite/util.h
3rdparty/cpython-3.7/sqlite/sqlite3.c
3rdparty/cpython-3.7/sqlite/sqlite3.h
3rdparty/cpython-3.7/sqlite/sqlite3ext.h
3rdparty/cpython-3.8/_sqlite/cache.c
3rdparty/cpython-3.8/_sqlite/cache.h
3rdparty/cpython-3.8/_sqlite/connection.c
3rdparty/cpython-3.8/_sqlite/connection.h
3rdparty/cpython-3.8/_sqlite/cursor.c
3rdparty/cpython-3.8/_sqlite/cursor.h
3rdparty/cpython-3.8/_sqlite/microprotocols.c
3rdparty/cpython-3.8/_sqlite/microprotocols.h
3rdparty/cpython-3.8/_sqlite/module.c
3rdparty/cpython-3.8/_sqlite/module.h
3rdparty/cpython-3.8/_sqlite/prepare_protocol.c
3rdparty/cpython-3.8/_sqlite/prepare_protocol.h
3rdparty/cpython-3.8/_sqlite/row.c
3rdparty/cpython-3.8/_sqlite/row.h
3rdparty/cpython-3.8/_sqlite/statement.c
3rdparty/cpython-3.8/_sqlite/statement.h
3rdparty/cpython-3.8/_sqlite/util.c
3rdparty/cpython-3.8/_sqlite/util.h
3rdparty/cpython-3.8/sqlite/sqlite3.c
3rdparty/cpython-3.8/sqlite/sqlite3.h
3rdparty/cpython-3.8/sqlite/sqlite3ext.h
3rdparty/cpython-3.9/_sqlite/cache.c
3rdparty/cpython-3.9/_sqlite/cache.h
3rdparty/cpython-3.9/_sqlite/connection.c
3rdparty/cpython-3.9/_sqlite/connection.h
3rdparty/cpython-3.9/_sqlite/cursor.c
3rdparty/cpython-3.9/_sqlite/cursor.h
3rdparty/cpython-3.9/_sqlite/microprotocols.c
3rdparty/cpython-3.9/_sqlite/microprotocols.h
3rdparty/cpython-3.9/_sqlite/module.c
3rdparty/cpython-3.9/_sqlite/module.h
3rdparty/cpython-3.9/_sqlite/prepare_protocol.c
3rdparty/cpython-3.9/_sqlite/prepare_protocol.h
3rdparty/cpython-3.9/_sqlite/row.c
3rdparty/cpython-3.9/_sqlite/row.h
3rdparty/cpython-3.9/_sqlite/statement.c
3rdparty/cpython-3.9/_sqlite/statement.h
3rdparty/cpython-3.9/_sqlite/util.c
3rdparty/cpython-3.9/_sqlite/util.h
3rdparty/cpython-3.9/sqlite/sqlite3.c
3rdparty/cpython-3.9/sqlite/sqlite3.h
3rdparty/cpython-3.9/sqlite/sqlite3ext.h
bmnsqlite3/__init__.py
bmnsqlite3/dbapi2.py
bmnsqlite3/dump.py
bmnsqlite3/vfs.py
bmnsqlite3.egg-info/PKG-INFO
bmnsqlite3.egg-info/SOURCES.txt
bmnsqlite3.egg-info/dependency_links.txt
bmnsqlite3.egg-info/not-zip-safe
bmnsqlite3.egg-info/requires.txt
bmnsqlite3.egg-info/top_level.txt
src/bindings.c
src/bindings.h
src/debug.c
src/debug.h
src/module.c
src/utils.c
src/utils.h
src/vfs.c
src/vfs.h
tests/__init__.py
tests/test_errors_handling.py
tests/test_flags.py
tests/test_full.py
tests/test_heavy_load.py
tests/test_missed_methods.py
tests/test_partial.py
tests/test_return_policy.py
tests/test_usage.py
tests/origin/__init__.py
tests/origin/os_helper.py
tests/origin/support.py
tests/origin/test_backup.py
tests/origin/test_dump.py
tests/origin/test_factory.py
tests/origin/test_hooks.py
tests/origin/test_regression.py
tests/origin/test_transactions.py
tests/origin/test_userfunctions.py
tests/origin/dbapi2/__init__.py
tests/origin/dbapi2/test_conflicts.py
tests/origin/dbapi2/test_connections.py
tests/origin/dbapi2/test_constructors.py
tests/origin/dbapi2/test_cursor.py
tests/origin/dbapi2/test_extensions.py
tests/origin/dbapi2/test_modules.py
tests/origin/types/__init__.py
tests/origin/types/test_binary_converter.py
tests/origin/types/test_colnames.py
tests/origin/types/test_common_expressions.py
tests/origin/types/test_datetime.py
tests/origin/types/test_decltypes.py
tests/origin/types/test_object_adaptation.py
tests/wrappers/__init__.py
tests/wrappers/abstract.py
tests/wrappers/crypto.py
tests/wrappers/full.py
tests/wrappers/minimal.py
tests/wrappers/partial.py
tests/wrappers/testcases.py
tests/wrappers/testdata.py