vote up 0 vote down star

Is there anything out there that given a MySQL database can create RESTful webservice endpoints? I'm ok with it doing stupid basic things to start with, as long as the data model is tunable after.

For bonus points it could understand foreign keys to join data, and create searching endpoints for indexed columns.

flag

3 Answers

vote up 0 vote down

There is DBSlayer, which provides a "JSON over HTTP" interface to MySQL. It doesn't have a REST interface, though.

link|flag
vote up 0 vote down

PHP REST SQL might be a starting point.

link|flag
vote up 0 vote down check

So, it looks like there is no good answer. If someone builds one, please post :)

Accepting so my accept % doesn't look too bad.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.