Add precommit and basic sqlalchemy setup
This commit is contained in:
parent
92d864773a
commit
1bbaef1c60
7 changed files with 285 additions and 2 deletions
3
api/db/engine.py
Normal file
3
api/db/engine.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from sqlalchemy import create_engine
|
||||
|
||||
engine = create_engine("sqlite+pysqlite:///:memory:", echo=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue