PolSQL99 (Another MySQL Wrapper)
Posted: Thu Mar 24, 2011 7:55 pm
Since my last code was jammed by the forum and my sources didn't survive a hdd crash I decided to write another POL->MySQL wrapper.
Written in Python (src included), packaged for Windows XP/Vista/7 (doesn't require python installed).
Currently only supports plain queries (no object serialization, or saving crops to MySQL is implemented).
- Works through the AUX interface.
- Featuring multi-threading and messy console output.
- Auto-reconnects with both POL and MySQL on connection lost (and shows tons of garbage to the console).
- Requires an installed MySQL Server on localhost or LAN. (not included)
- Uses multiple AUX connections (configurable through polsql.cfg)
I would be much obliged if anyone could try it and send me some feedback.
PS: Make you DB schema in utf-8 encoding for best compatibility.
Written in Python (src included), packaged for Windows XP/Vista/7 (doesn't require python installed).
Currently only supports plain queries (no object serialization, or saving crops to MySQL is implemented).
- Works through the AUX interface.
- Featuring multi-threading and messy console output.
- Auto-reconnects with both POL and MySQL on connection lost (and shows tons of garbage to the console).
- Requires an installed MySQL Server on localhost or LAN. (not included)
- Uses multiple AUX connections (configurable through polsql.cfg)
I would be much obliged if anyone could try it and send me some feedback.
PS: Make you DB schema in utf-8 encoding for best compatibility.