Schemas are defined in code, not SQL. ORM models are generated dynamically. MySQL tables are created and seeded on demand. Docker/CI builds can bootstrap databases automatically on startup. Queries automatically adapt to MySQL vs. SQLite and dataset-specific differences. #288
GitHub Advanced Security / CodeQL
failed
Dec 19, 2025 in 4s
1 new alert including 1 high severity security vulnerability
New alerts in code changed by this pull request
Security Alerts:
- 1 high
Alerts not introduced by this pull request might have been detected because the code changes were too large.
See annotations below for details.
Annotations
Check failure on line 124 in api/services/efp_bootstrap.py
Code scanning / CodeQL
SQL query built from user-controlled sources High
Loading