views:

48

answers:

0

Hi all. I have a little problem, I want to use SQLAlchemy (Elixr to be exact) to do some task on a RDBMS MySql on a web server I have in hosting. My Hosting provider does not allowe me to connect to MySql directly, just by php scripts... I was think to use a simple php script to tunnel the queies done by SQLAlchemy. There is some way to do it easely? I may subclass the mysql database and write a dbapi2 compliant wrapper to my script. There is a cleaver way? Thankyou!