Page 1 of 1

PolSQL99 (Another MySQL Wrapper)

Posted: Thu Mar 24, 2011 7:55 pm
by andenixa
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.

Re: PolSQL99 (Another MySQL Wrapper)

Posted: Mon Mar 28, 2011 2:01 pm
by xeon
I think that having a database support is the future for POL.

I haven't tried your source, but they looks VERY interesting to me. I'll try to find some spare time to test!

And BTW, thank you for sharing :)

Re: PolSQL99 (Another MySQL Wrapper)

Posted: Mon Nov 07, 2011 3:53 pm
by Terciob
Anyone still have this pkg? i need it
the archive atached are corrupted *-*

Re: PolSQL99 (Another MySQL Wrapper)

Posted: Mon Nov 21, 2011 8:10 am
by andenixa
Its re uploaded now.

Re: PolSQL99 (Another MySQL Wrapper)

Posted: Sun Jan 19, 2014 6:02 am
by atreiu
work quite well, thank you AnDenixa!