Skip to content

Commit fe30963

Browse files
committed
README: Refer to new SQLAlchemy dialect sqlalchemy-cratedb
1 parent d92f3ae commit fe30963

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.rst

+9-10
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,21 @@ CrateDB Python Client
4141

4242
|
4343
44-
A Python client library for CrateDB_.
44+
A Python client library for `CrateDB`_, implementing the Python `DB API 2.0`_
45+
specification.
4546

46-
This library:
47-
48-
- Implements the Python `DB API 2.0`_ specification.
49-
- Includes support for SQLAlchemy_ in form of an `SQLAlchemy dialect`_.
47+
The CrateDB dialect for `SQLAlchemy`_ is provided by the `sqlalchemy-cratedb`_
48+
package, see also `sqlalchemy-cratedb documentation`_.
5049

5150

5251
Installation
5352
============
5453

5554
The CrateDB Python client is available as package `crate`_ on `PyPI`_.
5655

57-
To install the most recent driver version, including the SQLAlchemy dialect
58-
extension, run::
56+
To install the most recent driver version, run::
5957

60-
$ pip install "crate[sqlalchemy]" --upgrade
58+
$ pip install --upgrade crate
6159

6260

6361
Documentation and help
@@ -87,7 +85,8 @@ GitHub`_. We appreciate contributions of any kind.
8785
.. _Developer documentation: DEVELOP.rst
8886
.. _managed on GitHub: https://github.com/crate/crate-python
8987
.. _PyPI: https://pypi.org/
90-
.. _SQLAlchemy: https://www.sqlalchemy.org
91-
.. _SQLAlchemy dialect: https://docs.sqlalchemy.org/dialects/
88+
.. _SQLAlchemy: https://www.sqlalchemy.org/
89+
.. _sqlalchemy-cratedb: https://github.com/crate/sqlalchemy-cratedb
90+
.. _sqlalchemy-cratedb documentation: https://cratedb.com/docs/sqlalchemy-cratedb/
9291
.. _StackOverflow: https://stackoverflow.com/tags/cratedb
9392
.. _support channels: https://crate.io/support/

0 commit comments

Comments
 (0)