Closed cryxli closed 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.
Implemented, needs testing.
Running on server
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.