SQLLibrary
Introduction
The SQLLibrary, is basically the library for SQL, this library can be use on plugins, yes. This plugin can put on plugins folder. The library help your plugin, the library facilitate your plugin using SQL
Version: 1.0.2
Author: bearsoft
Command and Permissions
The library don't contains command or permissions.
How to use?
Import the library import to plugin project, and for use the library, follow the instructions below
SQL sql = new SQL(hostname, database, username, password) Example: SQL sql = new SQL("127.0.0.1","test","root","12345")
Then use the field "sql" for create tables, updates, and more.
Coming Soon..., video explain the library plugin.