|
|
|
|
|
by nicwolff
2601 days ago
|
|
You can use SQLAlchemy Core for SQL generation and execution, without using its ORM. This lets you build queries from reusable Python objects rather than strings, and use Alembic for DB migrations, while still retaining control over the generated SQL. |
|