1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 01:25:11 +01:00

async sqlite migrations config

This commit is contained in:
2025-09-12 12:03:07 +02:00
parent 80f585487a
commit 1219371185
3 changed files with 9 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ path_separator = os
# database URL. This is consumed by the user-maintained env.py script only.
# other means of configuring database URLs may be customized within the env.py
# file.
sqlalchemy.url = driver://user:pass@localhost/dbname
sqlalchemy.url = sqlite+aiosqlite:///bookmarks.db
[post_write_hooks]