crate / crate-python

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

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

Open amotl opened 5 months ago

amotl commented 5 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

amotl commented 3 weeks ago

The transition will conclude by releasing version 1.0.0.

amotl commented 3 weeks ago

crate-1.0.0 has been released. sqlalchemy-cratedb-0.40.1 is the corresponding package that will permit using the 1.0.0 GA release.

-- https://pypi.org/project/crate/ -- https://pypi.org/project/sqlalchemy-cratedb/