Page 1 of 1

MySQL Database

Posted: Sun Dec 08, 2013 11:28 am
by rdgerken
I have created an initial version of a MySQL Database plugin. It's pretty basic at this point, but should be a good platform to build on.

*V1.0.0 - Initial Release*

*Allows a connection to the database to be created and maintained
*Allows a No Return query to be executed - (mostly used only for logging right now), plans to add a method to return data to EG should be possible if needed.
*Has a pretty icon, and a clean code base
*Requires MySQLdb library to be copied into your site-libs folder. Please see link below for a download to this library per eatmeimadanish.

Motivation for this plugin came from this thread: viewtopic.php?f=2&t=4005#p22929
Special thanks to eatmeimadanish