Spoiler: Text description
jdborm
A lightweight Java library for type-safe SQL queries
JDBORM is a lightweight, zero-dependency Java library inspired by modern design by Drizzle ORM. Write type-safe SQL queries using fluent method chaining instead of raw string concatenation.
Notable features we provide are:
Help us ship new features!
Come support the future of our library by contributing to our repository with new features, bugfixes or issue reporting. We welcome everyone to fork and create pull requests!
Do you need to get help with how our library works? Join our Discord server!
Please, do not use the review section for support. Contact us on our Discord first.
Terms of Service:
This library is shipped with MIT License. You can fork, modify and release your own versions of the library. We are not responsible for any issues you may have when using our library.
© BitAspire.com | ZeroToil LLC
Graphics and design made by Adam “Kléma” Klement
A lightweight Java library for type-safe SQL queries
JDBORM is a lightweight, zero-dependency Java library inspired by modern design by Drizzle ORM. Write type-safe SQL queries using fluent method chaining instead of raw string concatenation.
Notable features we provide are:
- Write SQL queries like you would do, just by using functions
- Add optional type-safe variables to handle unexpected issues
- Manage tables, indexing and execute queries
- Type-safe features
- Use with any database (even SQLite)
- Easy to understand and write
- AI friendly with SKILL.md file
- Lightweight and zero-dependency
- High-performance
Code (Java):
List
<User
> users
= db.
select
(
"name"
)
. from ( "users" )
. where (eq ( "active", true ) )
. execute (User. class ) ;
. from ( "users" )
. where (eq ( "active", true ) )
. execute (User. class ) ;
Code (Java):
db.
insert
(
"player_stats"
)
. set ( "uuid", player. getUniqueId ( ). toString ( ) )
. set ( "level", 10 )
. set ( "kills", 50 )
. onConflictDoUpdate ( "level = EXCLUDED.level", "kills = EXCLUDED.kills" )
. execute ( ) ;
. set ( "uuid", player. getUniqueId ( ). toString ( ) )
. set ( "level", 10 )
. set ( "kills", 50 )
. onConflictDoUpdate ( "level = EXCLUDED.level", "kills = EXCLUDED.kills" )
. execute ( ) ;
Help us ship new features!
Come support the future of our library by contributing to our repository with new features, bugfixes or issue reporting. We welcome everyone to fork and create pull requests!
Do you need to get help with how our library works? Join our Discord server!
Please, do not use the review section for support. Contact us on our Discord first.
Terms of Service:
This library is shipped with MIT License. You can fork, modify and release your own versions of the library. We are not responsible for any issues you may have when using our library.
© BitAspire.com | ZeroToil LLC
Graphics and design made by Adam “Kléma” Klement
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
JDBORM ⚙️ Next-level Java DB Queries Builder is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 30 times (via Spigot). Download it and open it directly in the game.