Contribute Media
A thank you to everyone who makes this possible: Read More

The magic of SQLAlchemy

Description

Many languages have a way to abstract the database nicely in code - ORMs are everywhere. But SQLAlchemy is special, it's not only an ORM ( like the one Django has ), It's also "The Python SQL Toolkit" where you can replace complicated SQL queries with simple, clean and safe Python.

Details

Improve this page