Python Friday #78: Relationship Patterns in SQLAlchemy Core

Relational databases are great to protect your data integrity. However, that only works when you tell the database which objects have a relationship. Let us look what SQLAlchemy Core offers us to create foreign keys through metadata. This post is part of my journey to learn Python. You can find the other parts of this …

Read more