JDBORM ⚙️ Next-level Java DB Queries Builder icon

JDBORM ⚙️ Next-level Java DB Queries Builder -----

[FREE & OPEN SOURCE] A lightweight Java library for type-safe SQL queries



Update 0.4.0
New features
  • ON CONFLICT target columns: .onConflict("id").doNothing() and .onConflict("unique_id").doUpdateSet(...)
  • ON CONFLICT ON CONSTRAINT: .onConflictOnConstraint("pk_users").doNothing()
  • Static helpers: InsertQuery.excluded("col") → "col = EXCLUDED.col" and InsertQuery.setClause("col", "expr") → "col = expr"
  • Unified batch columns: batch rows with different column sets now produce correct SQL with NULL padding
Deprecated (still work)
  • .onConflictDoNothing() → use .onConflict().doNothing()
  • .onConflictDoUpdate() → use .onConflict().doUpdateSet()
----------, May 10, 2026
Resource Information
Author:
----------
Total Downloads: 12
First Release: May 10, 2026
Last Update: May 26, 2026
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings