1 parent 1b3af91 commit 00b6874Copy full SHA for 00b6874
1 file changed
backend/database.py
@@ -16,7 +16,7 @@ def create_db_engine(verbose: bool = False, **kwargs):
16
Returns:
17
engine: The SQLAlchemy engine instance.
18
"""
19
- logger.info("Initialized a postgresql database engine.")
+ logger.info("Initialized the database engine.")
20
21
# Using check_same_thread=False allows FastAPI to use the same SQLite database in different threads.
22
# This is necessary only when using SQLite.
0 commit comments