Access MySQL from POL!
Posted: Thu Nov 27, 2008 12:44 am
I promised to release dbaccess package which enables a limited communication with MySQL databse
from eScript which I wrote recently.
Unfortunately I can only give a very little support for this script, because of an absence of free time.
It mainly consists of dbaccess package which is an AUX interface, and a dbproxy, which forwards your requests back and forth to the DB.
- Currently it only supports MySQL (tested with 5.x.x).
The proxy is written in python, so you have to have python http://www.python.org/download/ and MySQL-python package installed. (can be downloaded here http://sourceforge.net/project/showfile ... e_id=15775.
* This package requires Python 2.5.x to run!! *
I hope that you would find this package useful.
PS: be sure to read reame.txt included in the archive.
PSS: I added a multithreaded version of the package with experimental multilingual support.
from eScript which I wrote recently.
Unfortunately I can only give a very little support for this script, because of an absence of free time.
It mainly consists of dbaccess package which is an AUX interface, and a dbproxy, which forwards your requests back and forth to the DB.
- Currently it only supports MySQL (tested with 5.x.x).
The proxy is written in python, so you have to have python http://www.python.org/download/ and MySQL-python package installed. (can be downloaded here http://sourceforge.net/project/showfile ... e_id=15775.
* This package requires Python 2.5.x to run!! *
I hope that you would find this package useful.
PS: be sure to read reame.txt included in the archive.
PSS: I added a multithreaded version of the package with experimental multilingual support.