Fabric ORM Jimmer
This Fabric library provides access to the capabilities of Jimmer ORM - a modern object-relational mapping system for Java and Kotlin. This mod serves as a foundation for other developments, allowing content creators to integrate powerful database tools into their projects.
Main Purpose
Fabric ORM Jimmer is an auxiliary module that does not make changes to Minecraft gameplay by itself. Its main task is to provide other modifications with access to Jimmer ORM functionality within the Fabric ecosystem.
Jimmer ORM Capabilities
Jimmer is an advanced ORM system with SQL orientation that offers developers:
- Type-safe SQL queries with compile-time type checking
- Declarative entity definition with advanced mapping capabilities
- High performance thanks to optimized query generation
- Rich API for working with complex joins, subqueries, and aggregations
- Convenient Kotlin DSL for intuitive database operations
Installation Process
- Download the mod file
- Install Fabric Loader for your Minecraft version
- Place the JAR file in the
modsfolder - Launch the game - the mod will load automatically
Important: This is a library mod that provides infrastructure for other modifications and does not add independent content to Minecraft.