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 ae7709d commit bdc8d09Copy full SHA for bdc8d09
README.md
@@ -41,6 +41,8 @@ $ 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
48
Declare your tables using SQLAlchemy:
@@ -66,7 +68,7 @@ custom column types.
66
68
67
69
## Queries
70
-You can now use any [SQLAlchemy core][sqlalchemy-core] queries ([official tutorial][sqlalchemy-core-tutorial]):
71
+You can now use any [SQLAlchemy core][sqlalchemy-core] queries ([official tutorial][sqlalchemy-core-tutorial]).
72
73
```python
74
from databases import Database
0 commit comments