Scripting API

work in progress documentation

New Post 2

a plugin for Unity Game Engine


Description

MySQLMax is a plugin for unity that helps you connect to MySQL server from your web hosting without any Remote MySQL. Most web host provider has MySQL in it, but we cannot connect our application directly to it because of security reason, MySQLMax will allow you to do it.
You no longer need to build your own MySQL Server.   
MySQLMax use third party program that hosted in your web hosting so we can communicate with the MySQL Service from our client application. 
For security system, MySQLMax use encrypted data while communicating with the server, so your data is completely secured, you own the secret key to decrypt the data.
MySQLMax support most of the SQL Query like CREATE, READ, UPDATE, DELETE, you can also make custom SQL command. 
MySQLMax comes with Custom Editor that you can open within the Unity Editor, there you can test your SQL Query, check your database, doing operation to your database, etc.
MySQLMax is in active development, more feature will come and refined, with more Custom Editor that allow you to make SQL Query without worrying to write a script


Download

This software is still in Review Process from Unity Asset Store, the download will be available as soon as the software accepted by the review team










SQL Query Editor



Run SQL without open phpMyAdmin, check your table, and alter them














Result Viewer



View your SQL Result directly inside unity editor














Comes with example



fully commented, the documentation also available offline














Scripting



Create SQL Query without knowing or understanding SQL














Login Example



Comes with various example data management system