Fixed line ordering
This commit is contained in:
@ -26,11 +26,10 @@ All three should install along the installation of ormar if not present at your
|
|||||||
```py
|
```py
|
||||||
pip install ormar[postgresql]
|
pip install ormar[postgresql]
|
||||||
```
|
```
|
||||||
|
Will install also `asyncpg` and `psycopg2`.
|
||||||
|
|
||||||
### Mysql
|
### Mysql
|
||||||
|
|
||||||
Will install also `asyncpg` and `psycopg2`.
|
|
||||||
|
|
||||||
```py
|
```py
|
||||||
pip install ormar[mysql]
|
pip install ormar[mysql]
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user