PolSQL99 (Another MySQL Wrapper)

This is where you can post about tools related specifically to the POL Server itself

Moderator: POL Developer

Post Reply
User avatar
andenixa
Grandmaster Poster
Posts: 105
Joined: Tue Nov 09, 2010 1:33 am

PolSQL99 (Another MySQL Wrapper)

Post 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.
Attachments
polsql99alpha01.zip
reuploaded version
(2.67 MiB) Downloaded 535 times
Last edited by andenixa on Mon Nov 21, 2011 8:08 am, edited 3 times in total.
xeon
Forum Regular
Posts: 338
Joined: Fri Oct 31, 2008 3:18 am
Location: Italy

Re: PolSQL99 (Another MySQL Wrapper)

Post 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 :)
Terciob
Master Poster
Posts: 90
Joined: Fri Nov 07, 2008 3:47 am

Re: PolSQL99 (Another MySQL Wrapper)

Post by Terciob »

Anyone still have this pkg? i need it
the archive atached are corrupted *-*
User avatar
andenixa
Grandmaster Poster
Posts: 105
Joined: Tue Nov 09, 2010 1:33 am

Re: PolSQL99 (Another MySQL Wrapper)

Post by andenixa »

Its re uploaded now.
User avatar
atreiu
Grandmaster Poster
Posts: 151
Joined: Mon May 24, 2010 1:08 pm
Location: Russia, Moscow

Re: PolSQL99 (Another MySQL Wrapper)

Post by atreiu »

work quite well, thank you AnDenixa!
Post Reply