CrateDB Python Client
A Python client library for CrateDB.
This library:
- Implements the Python DB API 2.0 specification.
- Includes support for SQLAlchemy in form of an SQLAlchemy dialect.
Installation
The CrateDB Python client is available as package crate on PyPI.
To install the most recent driver version, including the SQLAlchemy dialect extension, run:
$ pip install "crate[sqlalchemy]" --upgrade
Documentation and help
- CrateDB Python Client documentation
- CrateDB reference documentation
- Developer documentation
- Contributing
- Other support channels
Contributing
The CrateDB Python client library is an open source project, and is managed on GitHub. We appreciate contributions of any kind.