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 a632d79 commit 60f419fCopy full SHA for 60f419f
README.md
@@ -13,7 +13,7 @@ This library is inspired by [databases](https://github.com/encode/databases).
13
## Usage
14
15
```bash
16
-pip install based[sqlite]
+pip install based[sqlite] # or based[postgres]
17
```
18
19
```python
based/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.0"
+__version__ = "0.2.1"
2
3
from based.backends import Session
4
from based.database import Database
0 commit comments