Skip to content

crate/crate-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ab391c · Mar 31, 2025
Feb 18, 2025
Nov 1, 2024
Nov 6, 2024
Mar 31, 2025
Nov 6, 2023
Jan 30, 2025
Jan 30, 2025
Feb 16, 2023
Jul 28, 2023
Sep 10, 2014
Jul 6, 2023
Jan 30, 2025
Apr 26, 2019
Mar 19, 2017
Jan 24, 2025
Nov 1, 2024
Nov 4, 2024
Nov 1, 2024
Nov 6, 2024
Nov 1, 2024
Nov 6, 2023
Dec 21, 2022
Jan 15, 2025
Oct 22, 2024
Mar 17, 2025
Nov 1, 2024

Repository files navigation

CrateDB Python Client

Build status Coverage Build status (documentation) PyPI Version Python Version PyPI Downloads Wheel Status License

A Python client library for CrateDB, implementing the Python DB API 2.0 specification.

The CrateDB dialect for SQLAlchemy is provided by the sqlalchemy-cratedb package, see also sqlalchemy-cratedb documentation.

Installation

The CrateDB Python client is available as package crate on PyPI.

To install the most recent driver version, run:

$ pip install --upgrade crate

Migration Notes

If you are migrating from previous versions of crate[sqlalchemy]<1.0.0, you will find that the newer releases crate>=1.0.0 no longer include the SQLAlchemy dialect for CrateDB.

See migrate to sqlalchemy-cratedb for relevant guidelines about how to successfully migrate to the sqlalchemy-cratedb package.

Documentation and Help

Contributions

The CrateDB Python client library is an open source project, and is managed on GitHub. We appreciate contributions of any kind.