promotional bannermobile promotional banner

Simple MySQL API

Abandoned
Allows you to integrate a mysql connection easily!

This is Simple MySQL API! Simple MySQL API makes easier for you to connect you Spigot or Bukkit Plugin with you MySQL Database. It never was so easy!

 


 How to use the API


 To use the API you have to add it as an external jar. It is the same as with the craftbukkit.jar or spigot.jar .

	//Set the logindata
	public MySQL mysql = new MySQL("Host", "Database", "Username", "Password");

	// Get a simple connection to your MySQL database
	mysql.Connect();
		
	//Execute a query command
	mysql.ExecuteCommand("QUERY COMMAND");
	
	//Get a ResultSet from query
	mysql.GetResult("QUERY COMMAND");

The Simple MySQL API Team

profile avatar
  • 2
    Projects
  • 14.2K
    Downloads

More from Forge_User_30581535