Skip to content

Commit 0861a40

Browse files
committed
update docs regarding sync drivers (encode#198, encode#204)
TODO: set release information
1 parent d6f94b3 commit 0861a40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ $ pip install databases[sqlite]
3939

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

42+
Note that since {release} you will also need a synchronous driver for PostgreSQL or
43+
MySQL to create tables and manage migrations (e.g. using [alembic][alembic]):
44+
[`psycopg2`][psycopg2] or [`pymysql`][pymysql] for PostgreSQL and MySQL respectively.
45+
4246
---
4347

4448
## Quickstart
@@ -94,6 +98,8 @@ for examples of how to start using databases together with SQLAlchemy core expre
9498
[asyncpg]: https://github.com/MagicStack/asyncpg
9599
[aiomysql]: https://github.com/aio-libs/aiomysql
96100
[aiosqlite]: https://github.com/jreese/aiosqlite
101+
[psycopg2]: https://github.com/psycopg/psycopg2
102+
[pymysql]: https://github.com/PyMySQL/PyMySQL
97103

98104
[starlette]: https://github.com/encode/starlette
99105
[sanic]: https://github.com/huge-success/sanic

0 commit comments

Comments
 (0)