Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

MySQL Database

Questions and comments specific to a particular plugin should go here.
Post Reply
rdgerken
Experienced User
Posts: 89
Joined: Fri Sep 21, 2012 7:41 pm

MySQL Database

Post 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
Attachments
__init__.py
V1.0.0 - Initial Release
(10.99 KiB) Downloaded 210 times
Post Reply