An ORM can bite you
Introduction
Object Relational Mappers (ORMs) are widely used in software development to abstract database operations in our application code by providing a layer between object-oriented programming language and relational tables in a database. Howev...
jorzel.hashnode.dev4 min read