Tagged Questions
12
votes
6answers
5k views
SQLAlchemy is convoluted?
This may seems rather argumentative, but I just went through SQLAlchemy's ORM tutorial and ended up with the following code:
from sqlalchemy import create_engine
from sqlalchemy import Table, Column, ...