Skip to content

Commit bdc8d09

Browse files
authored
Add not about using ipython
Refs #90
1 parent ae7709d commit bdc8d09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ $ pip install databases[sqlite]
4141

4242
Driver support is providing using one of [asyncpg][asyncpg], [aiomysql][aiomysql], or [aiosqlite][aiosqlite].
4343

44+
**Note**: Use `ipython` to try these example from the console, since it supports `await`.
45+
4446
## Getting started
4547

4648
Declare your tables using SQLAlchemy:
@@ -66,7 +68,7 @@ custom column types.
6668

6769
## Queries
6870

69-
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]).
7072

7173
```python
7274
from databases import Database

0 commit comments

Comments
 (0)