Fabric ORM Jimmer

Quick rating

Community listing page, reviews here may not be monitored by the author.

Fabric ORM Jimmer

By EnaiumOwner

No reviews yet

Integrating Jimmer ORM for efficient database management.

Mod Loaders
Minecraft
26.3 26.2

About

Description

Note: This does not add content! This is a dependency other mods use for compatibilty.

This is a mod that enables usage of the Jimmer ORM for Fabric mods.

This mod works independently of the version of Minecraft used, as it only depends on Fabric Loader being available. (The reason for tagging specific Minecraft versions is because the official CurseForge launcher won't let people install it otherwise - don't worry about it!)

For users: Requires to install Fabric (via f.e. MultiMC until CurseForge adds support) -> https://fabricmc.net/wiki/install

For modders: See -> https://github.com/Enaium/fabric-mod-jimmer

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

  1. Download the mod
  2. Install Fabric Loader for your Minecraft version
  3. Place the JAR file in your mods folder
  4. 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.