Better integration of sqlite3 database
This commit is contained in:
7
backend/app/init_db.py
Normal file
7
backend/app/init_db.py
Normal file
@ -0,0 +1,7 @@
|
||||
from app.database import init_db
|
||||
|
||||
def initialize_database():
|
||||
init_db()
|
||||
|
||||
if __name__ == "__main__":
|
||||
initialize_database()
|
Reference in New Issue
Block a user