first commit
This commit is contained in:
6
helix/constants/sql_constant.py
Normal file
6
helix/constants/sql_constant.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import os
|
||||
from helix.db.sql_manager import SQLManager
|
||||
|
||||
|
||||
def sql_session_maker():
|
||||
return SQLManager.get_sql_session_maker(os.getenv('DATABASE_URL'))
|
||||
Reference in New Issue
Block a user