Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie authored Apr 23, 2019
1 parent bdc8d09 commit 0aaa100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ $ pip install databases[sqlite]

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

**Note**: Use `ipython` to try these example from the console, since it supports `await`.

## Getting started

**Note**: Use `ipython` to try these example from the console, since it supports `await`.

Declare your tables using SQLAlchemy:

```python
Expand Down

0 comments on commit 0aaa100

Please sign in to comment.