2
0
forked from kodorvan/stcs

Creating a new database

This commit is contained in:
algizn97
2025-11-10 09:44:29 +05:00
parent 34922e6998
commit d7b558664b
3 changed files with 2 additions and 34 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 = sqlite+aiosqlite:///./database/dbases/stcs.db
sqlalchemy.url = sqlite+aiosqlite:///./database/dbs/stcs.db
[post_write_hooks]