Change db path and add empty database directory

This commit is contained in:
LeonOstrez
2025-01-13 09:04:06 +01:00
parent 76872ce625
commit c20908e808
5 changed files with 4 additions and 4 deletions

View File

@@ -230,7 +230,7 @@ class DBConfig(_StrictModel):
"""
url: str = Field(
"sqlite+aiosqlite:///pythagora.db",
"sqlite+aiosqlite:///data/database/pythagora.db",
description="Database connection URL",
)
debug_sql: bool = Field(False, description="Log all SQL queries to the console")