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 bdc8d09 commit 0aaa100Copy full SHA for 0aaa100
README.md
@@ -41,10 +41,10 @@ $ pip install databases[sqlite]
41
42
Driver support is providing using one of [asyncpg][asyncpg], [aiomysql][aiomysql], or [aiosqlite][aiosqlite].
43
44
-**Note**: Use `ipython` to try these example from the console, since it supports `await`.
45
-
46
## Getting started
47
+**Note**: Use `ipython` to try these example from the console, since it supports `await`.
+
48
Declare your tables using SQLAlchemy:
49
50
```python
0 commit comments