DEV Community

Cover image for Mastering SQLAlchemy Declarative Models
Sebastian Kalisz for Momentum

Posted on

Mastering SQLAlchemy Declarative Models

Have you even wondered how to build ORM models like a pro? In my latest article you can read about:

  • how to create custom mapping for python and sql data types
  • how to use generic Annotated types to simplify syntax for columns properties
  • how to make use of metaclasses to achieve better relationships

You can read entire article here [HERE]!

Top comments (0)