7SQL

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.

7SQL == === Is a plugin that lets you use MySQL database in your plugin easier

Commands?

No Commands Its just an API that lets you code MySQL database in to your code easily. No Commands Yet.

Permissions?

No Permissions Yet.

Experimental Development Page.

http:www.7coredevelopment.cu.cc/

API Help?

SevenSQL ssql = new SevenSQL();
              ssql.connect("localhost", "databaseName", "username", "password");
              ssql.selectString("tableName", "criteria", "criteriaValue", "columnName");
// also ssql (selectInt, selectBool) ^
              ssql.insertString("tableName", "column array", "values array");
// also ssql (selectInt, selectBool) ^
              ssql.delete("tableName", "criteria", "criteriaValue");
              MAPI.update("tableName", "criteria", "criteriaValue", "columnName", "columnValue");
              ssql.disconnect();

ToDo

Any Ideas?


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    88214
  • Created
    Dec 30, 2014
  • Last Released File
    Dec 30, 2014
  • Total Downloads
    187
  • License

Categories

Members

Recent Files