Sqlalchemy ORM

Sqlalchemy is the most popular Python ORM (Object Relational Mapper). It is highly legit. Lit even (am I using that right?)

What’s an ORM? Well, I’m glad you asked. And I’m also glad that this guy asked

Sqlalchamy of course is not the only ORM around. There’s a very good chance that you’ll come across this one as well.

Take a little bit of time to learn the fundamentals here: TOPICS: Sqlalchemy Basics

Once you are done with the basics, it’s good to understand migrations. Migrations basically let you version control the structure of your database. This is seriously freaking useful if you ever want to actually us an ORM in production (hint: You do!)

TOPICS: Sqlalchemy migrations with Alembic

RAW CONTENT URL