Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  adbc_driver_sqlite
  adbc_driver_sqlite.egg-info
  LICENSE.txt
  MANIFEST.in
  NOTICE.txt
  PKG-INFO
  README.md
  pyproject.toml
  setup.cfg
  setup.py
Size: Mime:
  README.md

ADBC SQLite Driver for Python

This package contains bindings for the SQLite driver, using the driver manager to provide a DBAPI 2.0/PEP 249-compatible interface on top.

Building

Dependencies: a build of the SQLite driver.

Set the environment variable ADBC_SQLITE_LIBRARY to the path to libadbc_driver_sqlite.{dll,dylib,so} before running pip install.

See CONTRIBUTING.md for details on the general build process.

Testing

To run the tests, use pytest:

$ pytest -vvx

See CONTRIBUTING.md for details on the general test process.