@@ -41,23 +41,21 @@ CrateDB Python Client
41
41
42
42
|
43
43
44
- A Python client library for CrateDB _.
44
+ A Python client library for `CrateDB `_, implementing the Python `DB API 2.0 `_
45
+ specification.
45
46
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 `_.
50
49
51
50
52
51
Installation
53
52
============
54
53
55
54
The CrateDB Python client is available as package `crate `_ on `PyPI `_.
56
55
57
- To install the most recent driver version, including the SQLAlchemy dialect
58
- extension, run::
56
+ To install the most recent driver version, run::
59
57
60
- $ pip install "crate[sqlalchemy]" --upgrade
58
+ $ pip install --upgrade crate
61
59
62
60
63
61
Documentation and help
@@ -87,7 +85,8 @@ GitHub`_. We appreciate contributions of any kind.
87
85
.. _Developer documentation : DEVELOP.rst
88
86
.. _managed on GitHub : https://github.com/crate/crate-python
89
87
.. _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/
92
91
.. _StackOverflow : https://stackoverflow.com/tags/cratedb
93
92
.. _support channels : https://crate.io/support/
0 commit comments