We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc436e commit 540a183Copy full SHA for 540a183
docs/index.md
@@ -48,6 +48,12 @@ EllarSQL core dependencies includes:
48
pip install ellar-sql
49
```
50
51
+OR if you intend to work with **Async SQLAlchemy** packages, then:
52
+
53
+```shell
54
+pip install ellar-sql[async]
55
+```
56
57
## **Quick Example**
58
Let's create a simple `User` model.
59
```python
0 commit comments