We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b95918 commit 84d8360Copy full SHA for 84d8360
.github/workflows/build.yml
@@ -33,9 +33,9 @@ jobs:
33
matrix:
34
python_version: [3.7, 3.8, 3.9, '3.10']
35
database_url: [
36
- 'sqlite+aiosqlite:///./test-sqlalchemy-user.db',
37
- 'postgresql+asyncpg://fastapiusers@fastapiuserspassword@localhost:5432/test-sqlalchemy-user',
38
- 'mysql+aiomysql://root@fastapiuserspassword@localhost:3306/test-sqlalchemy-user',
+ 'sqlite+aiosqlite:///./fastapiusers.db',
+ 'postgresql+asyncpg://fastapiusers@fastapiuserspassword@localhost:5432/fastapiusers',
+ 'mysql+aiomysql://root@fastapiuserspassword@localhost:3306/fastapiusers',
39
]
40
41
steps:
0 commit comments