Open-source generic web service to database interface?

Posted by Joe Strout on Stack Overflow See other posts from Stack Overflow or by Joe Strout
Published on 2010-04-15T22:41:37Z Indexed on 2010/04/15 22:43 UTC
Read the original article Hit count: 295

Filed under:
|
|
|
|

I'm looking for a thin, generic layer (probably written in PHP) that sits between a database (probably MySQL) and web service clients (which could be anything). I imagine there would be config files of some sort that tell it how to map web service requests to database queries (or other DB commands). It would also need to handle authentication and authorization, of course.

I've done some googling but failed to find anything that fits the bill. Can anyone suggest something like this?

© Stack Overflow or respective owner

Related posts about database

Related posts about web-services