cryxli / ExpCraft

Levelcraft for Bukkit
http://forums.bukkit.org/threads/on-the-mend-levelcraft-v2-6-2-a-leveling-up-plugin-that-adds-a-challenge-to-minecraft-617-674.2261
MIT License
5 stars 0 forks source link

Use the EbeanServer Mechanism of Bukkit to Access DB #29

Closed cryxli closed 12 years ago

cryxli commented 12 years ago

Bukkit uses com.avaje.ebean.EbeanServer to abstract database accesses. It offers methods similar to Hibernate.

The DB handling would be delegated to bukkit and all plugins would share a common database connection.

cryxli commented 12 years ago

Implemented, needs testing.

cryxli commented 12 years ago

Running on server