DEV Community

Dan Howard
Dan Howard

Posted on

Persism 2.3 released - A zero ceremony ORM for Java

Persism is a light weight, auto-discovery, auto-configuration, and convention over configuration ORM (Object Relational Mapping) library for Java.

By the numbers:
100k jar
465 unit tests
97% code coverage
11 supported dbs
0 dependencies

  • Added support for limit
  • Added null checks for multi-column joins
  • Fixed case of a cleared list on a join if there was user added data
  • Baseline mysql 8.0.28
  • Baseline mariadb 3.1.2
  • Baseline H2 2.1.214
  • Baseline hsqldb 2.5.1 (tested with 2.7.1 as well)
  • Baseline posgresql 42.2.27
  • Baseline sqlite 3.42.0.0

https://persism.io

direct download https://github.com/sproket/Persism/releases/tag/V2.3

Top comments (0)