Spaces:
Running
Running
Ying Jiang
database stuff + api to read + alembic (for tracking schema changes) + sqlmodle + uvicorn
a1d11a9 | # Alembic config for manga translator DB | |
| [alembic] | |
| script_location = alembic | |
| prepend_sys_path = . | |
| version_path_separator = os | |
| # Template used to generate migration files | |
| file_template = %%(year)d%%(month).2d%%(day).2d_%%(hour).2d%%(minute).2d%%(second).2d_%%(slug)s | |
| # Use DATABASE_URL from environment | |
| sqlalchemy.url = driver://user:pass@localhost/dbname | |