Recursive query in PostgreSQL with SQLAlchemy 3 minute read Write recursive SQL queries in PostgreSQL with SQLAlchemy
Using SQLAlchemy ORM with existing tables 2 minute read Setup SQLAlchemy ORM to use externally created tables