🗃️ Add basic database support using SQLAlchemy and Alembic
This commit is contained in:
parent
d6792c91a8
commit
9a2a18172c
13 changed files with 325 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
# created by virtualenv automatically
|
||||
bin/
|
||||
lib/
|
||||
include/
|
||||
__pycache__
|
||||
pyvenv.cfg
|
||||
.env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue