CrateDB Python ClientΒΆ
A Python client library for CrateDB.
This client library implements the Python Database API Specification v2.0 (PEP 249), which defines a common interface for accessing databases in Python.
It also includes the CrateDB dialect for SQLAlchemy.
Note
This is a basic CrateDB driver reference.
Check out the sample application (and the corresponding sample application documentation) for a practical demonstration of this driver in use.
For general help using the Python Database API or SQLAlchemy, please consult PEP 249, the SQLAlchemy tutorial, or the SQLAlchemy documentation.
See also
The CrateDB Python client library is an open source project and is hosted on GitHub.
Table of contents