Jan 01 2007
Transparent SQL proxy
I’m about to start a new project: a transparent SQL proxy. Connect your PHP-app to this “fake” mysql server, which sits in between your app and postgresql server translating all mysql-specific queries to normal sql’92 compliant format.
Requirements:
- support backend connections to postgres
- emulate mysql behaviour to frontend
- in Release1, queries for ‘X-cart’ shopping cart software should be supported
I have a clear picture of this. Does anyone have more ideas to contribute? I’ll start designing in the next few days.
