Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBCore

A wrapper of different DBMS connectors, specifically made for Paper/Spigot/Bukkit plugins. Currently supports H2

Install with Jitpack.io

Add these lines to the <repositories> section in your pom.xml

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>

Then add these lines in your <dependencies> section

<dependency>
  <groupId>com.github.RickySHD</groupId>
  <artifactId>DBCore</artifactId>
  <version>LATEST</version>
</dependency>

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages