Skip to content

seailz/Database4J

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database API

Interact with your MySQL databases with ease.

		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	<dependency>
	    <groupId>com.github.seailz</groupId>
	    <artifactId>databaseapi</artifactId>
	    <version>2.2.2</version>
	</dependency>

documentation can be found here: https://docs.frameworklib.com/minecraft-framework/database-utils This project was originally devleoped as part of https://www.github.com/negative-games/framework - however I decided to adapt it slightly and make it's own repository where I will develop newer features, and allows it to function standalone, to be used with a discord bot, a REST application etc.

If you want the latest features, I recommend you use this project but eventually features from here will be added into the Framework anyway.