

Fabric ORM Jimmer
A Fabric mod that provides Jimmer ORM integration for Minecraft mods. This library mod enables other mods to use Jimmer's powerful SQL-first Java/Kotlin ORM capabilities within the Fabric ecosystem.
Overview
Fabric ORM Jimmer is a library mod that serves as a dependency for other mods. It does not add any content to Minecraft itself, but rather provides the necessary infrastructure for mod developers to use Jimmer ORM in their Fabric mods.
What is Jimmer?
Jimmer is a modern, SQL-first Java/Kotlin ORM that provides:
- Type-safe SQL queries with compile-time validation
- Declarative entity definitions with powerful mapping capabilities
- Excellent performance with optimized query generation
- Rich query API supporting complex joins, subqueries, and aggregations
- Kotlin DSL for fluent and readable database operations
Installation
- Download the mod
- Install Fabric Loader for your Minecraft version
- Place the JAR file in your
mods
folder - Launch Minecraft - the mod will load automatically
Note: This is a library mod that provides infrastructure for other mods. It does not add any content to Minecraft itself.