EN:
Hey,
as I'm currently developing FoxBot, I was in need for a small class which is able to create prepared MySQL statements and execute them, preferably using C++ data types like std::string. As I was unable to get the MySQL C++ Connector running, I instead coded my own MySQL query class which is able to create a connection to a MySQL server and execute queries just like I wanted it to do.
It still needs the MySQL C headers and libs though which you can find in MySQL server installations and on the official MySQL website.
The most recent version can be found on my GitHub account in this repository: [Only registered and activated users can see links. Click Here To Register...]
Documentation (pdf): [Only registered and activated users can see links. Click Here To Register...] (although it should be self-explaining :p)
Best regards,
Nico
DE:
Hey,
da ich momentan am FoxBot arbeite brauchte ich die Möglichkeit, MySQL-Queries effizient und mit C++-Datentypen wie std::string ausführen zu können. Den offiziellen MySQL C++-Connector konnte ich leider mit MingW nicht zum Laufen bekommen, daher hab' ich mir kurzerhand eine eigene kleine Klasse geschrieben, die Prepared MySQL-Statements erstellen und ausführen kann.
Ihr benötigt dafür trotzalledem die MySQL Includes und Libraries, die sind für gewöhnlich bei einer MySQL-Server-Installation vorhanden oder man kann sie sich auf der MySQL-Webseite runterladen.
Die aktuellste Version findet ihr auf meinem GitHub-Account in diesem Repository: [Only registered and activated users can see links. Click Here To Register...]
Dokumentation (pdf, nur Englisch): [Only registered and activated users can see links. Click Here To Register...] (sollte aber eigentlich recht selbsterklärend sein :p)
Gruß,
Nico
Hey,
as I'm currently developing FoxBot, I was in need for a small class which is able to create prepared MySQL statements and execute them, preferably using C++ data types like std::string. As I was unable to get the MySQL C++ Connector running, I instead coded my own MySQL query class which is able to create a connection to a MySQL server and execute queries just like I wanted it to do.
It still needs the MySQL C headers and libs though which you can find in MySQL server installations and on the official MySQL website.
The most recent version can be found on my GitHub account in this repository: [Only registered and activated users can see links. Click Here To Register...]
Documentation (pdf): [Only registered and activated users can see links. Click Here To Register...] (although it should be self-explaining :p)
Best regards,
Nico
DE:
Hey,
da ich momentan am FoxBot arbeite brauchte ich die Möglichkeit, MySQL-Queries effizient und mit C++-Datentypen wie std::string ausführen zu können. Den offiziellen MySQL C++-Connector konnte ich leider mit MingW nicht zum Laufen bekommen, daher hab' ich mir kurzerhand eine eigene kleine Klasse geschrieben, die Prepared MySQL-Statements erstellen und ausführen kann.
Ihr benötigt dafür trotzalledem die MySQL Includes und Libraries, die sind für gewöhnlich bei einer MySQL-Server-Installation vorhanden oder man kann sie sich auf der MySQL-Webseite runterladen.
Die aktuellste Version findet ihr auf meinem GitHub-Account in diesem Repository: [Only registered and activated users can see links. Click Here To Register...]
Dokumentation (pdf, nur Englisch): [Only registered and activated users can see links. Click Here To Register...] (sollte aber eigentlich recht selbsterklärend sein :p)
Gruß,
Nico