A Python client library for CrateDB.
This library:
- Implements the Python DB API 2.0 specification
- Includes support for SQLAlchemy (>= 1.3.0)
Recent versions of this library are validated on Python 3 (>= 3.7). It may also work on earlier versions of Python.
The CrateDB Python client is available as a pip package.
To install the most recent driver version, including the SQLAlchemy dialect extension, run:
$ pip install "crate[sqlalchemy]" --upgrade
This project is primarily maintained by Crate.io, but we welcome community contributions!
See the developer docs and the contribution docs for more information.
Looking for more help?
- Read the project docs
- Check out our support channels