File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ $ pip install databases[sqlite]
39
39
40
40
Driver support is providing using one of [ asyncpg] [ asyncpg ] , [ aiomysql] [ aiomysql ] , or [ aiosqlite] [ aiosqlite ] .
41
41
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
+
42
46
---
43
47
44
48
## Quickstart
@@ -94,6 +98,8 @@ for examples of how to start using databases together with SQLAlchemy core expre
94
98
[ asyncpg ] : https://github.com/MagicStack/asyncpg
95
99
[ aiomysql ] : https://github.com/aio-libs/aiomysql
96
100
[ aiosqlite ] : https://github.com/jreese/aiosqlite
101
+ [ psycopg2 ] : https://github.com/psycopg/psycopg2
102
+ [ pymysql ] : https://github.com/PyMySQL/PyMySQL
97
103
98
104
[ starlette ] : https://github.com/encode/starlette
99
105
[ sanic ] : https://github.com/huge-success/sanic
You can’t perform that action at this time.
0 commit comments