crate / crate-python

Python DB API client library for CrateDB, using HTTP.
https://cratedb.com/docs/python/
Apache License 2.0
79 stars 30 forks source link

[2024] Migration to `sqlalchemy-cratedb` #620

Open amotl opened 2 months ago

amotl commented 2 months ago

About

In June 2024, code from the package crate[sqlalchemy] has been transferred to the package sqlalchemy-cratedb. For 80% of the use cases, this will be a drop-in replacement with no noticeable changes.

Please have a look at the documentation about relevant code adjustments if you are importing any symbols from crate.client.sqlalchemy.

References