Lycodon/backend/src/lycodon
Dustin 0ab0ef8874 backend: api: Create database tables at startup
We might need to use Alembic for schema migrations at some point, but
until then, creating the database tables when the application first
starts will work fine.
2022-01-25 21:45:29 -06:00
..
api backend: api: Create database tables at startup 2022-01-25 21:45:29 -06:00
__init__.py Initial commit 2022-01-16 20:15:40 -06:00
config.py backend config: Add application configuration 2022-01-25 21:45:29 -06:00
py.typed Initial commit 2022-01-16 20:15:40 -06:00
tables.py backend: tables: Begin data model 2022-01-25 21:44:57 -06:00