#data-mapper

[ follow ]
Alexey Evseev
9 months ago
Python

SQLALchemy vs Django ORM

When switching from Django ORM to SQLAlchemy, unexpected behavior may arise due to differences in patterns and behavior.
Django follows the Active Record pattern, while SQLAlchemy follows the Unit of Work/Data Mapper pattern. [ more ]
[ Load more ]