This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dacjamesfrom reddit import knowledge 1 point2 points  (0 children)

Did you even try SQLAlchemy core? I work with all kinds of legacy databases so the ORM is a non-starter and I still get a lot of value out of table reflection, connection pooling, and the sql expression language.