Skip to content
Snippets Groups Projects
Commit 028b24a0 authored by Maklott Oliver's avatar Maklott Oliver
Browse files

Update README.md

parent 88bb837c
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
Database abstraction for Clickhouse using SQLAlchemy
The abstraction offers a high-level interface that homogenize the use of different databases as much as possible.
**Be aware that the clickhouse driver is not compatible with current *SQLAlchemy* versions.**<br>
**clickhouse_sqlalchemy requires sqlalchemy >=1.4.24 & <1.5**
## Install
......@@ -16,5 +18,3 @@ pip install -r requirements.txt
```
inside each service's virtual environment that uses the `shared-lib`.
**Be aware that the clickhouse driver is not compatible with current *SQLAlchemy* versions.**<br>
**clickhouse_sqlalchemy requires sqlalchemy >=1.4.24 & <1.5**
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment