Dan Howard
Posted on Jul 2
#java
#orm
#persism
Persism is a light weight, auto-discovery, auto-configuration, and convention over configuration ORM...
Dan Howard
Posted on Jul 2
#java
#orm
#persism

A practical walkthrough of SQL-First persistence: no XML, no Mapper interfaces, no generated...

Most persistence debates in Java are framed incorrectly. The question is not: Should we use JPA,...

Foreword In the Java backend world, ORM (JPA/Hibernate) and MyBatis have long been the...

In modern web development, we crave abstraction. We want our data to feel like a collection of...

One command migrates an existing Prisma app to @mostajs/orm — codemod included, reversible — running on any of 13 databases. Zero…

Working with databases is a big part of backend development, and choosing the right ORM can save...