Skip to content

A wrapper around the Ebean ORM for easier usage in Minecraft server extensions.

Notifications You must be signed in to change notification settings

GufliMC/BrickORM

Repository files navigation

BrickORM

An ORM library based on Hibernate to be used in Minecraft plugins and extensions.

API

Gradle

repositories {
    maven { url "https://repo.jorisg.com/snapshots" }
}

dependencies {
    implementation 'com.guflimc.brick.orm:common:+'
}

Usage

Check the javadocs

Extend HibernateDatabaseContext and add the entity classes.

About

A wrapper around the Ebean ORM for easier usage in Minecraft server extensions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages