Speedgot
JDBORM ⚙️ Next-level Java DB Queries Builder
-----
[FREE & OPEN SOURCE] A lightweight Java library for type-safe SQL queries
Download Now
82.3 KB .jar
Overview
Updates (
--
)
Reviews (
---
)
Version History
Discussion
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
View on SpigotMC
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
Ask Questions / Get Support