Python·100 questions

What is SQLAlchemy and why is it needed?

Answer
ORM and SQL toolkit.
Write queries via Python expressions.
Easy migrations via Alembic.
Suitable for complex projects.
For simple scripts, sqlite3 may suffice.
Was this answer helpful?

More questions in this topic

Related questions from other topics