Skip to content

GufliMC/BrickORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages