Simple MySQL API

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

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");

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    258340
  • Created
    Jan 29, 2017
  • Last Released File
    Jan 30, 2017
  • Total Downloads
    634
  • License

Categories

Members

Recent Files