Skip to content

Commit 540a183

Browse files
committed
Added doc for activating async sqlalchemy
1 parent ccc436e commit 540a183

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ EllarSQL core dependencies includes:
4848
pip install ellar-sql
4949
```
5050

51+
OR if you intend to work with **Async SQLAlchemy** packages, then:
52+
53+
```shell
54+
pip install ellar-sql[async]
55+
```
56+
5157
## **Quick Example**
5258
Let's create a simple `User` model.
5359
```python

0 commit comments

Comments
 (0)