Recommend this page to a friend! |
All requests ![]() |
> | Access MySQL database from RESTful We... | > | Request new recommendation | > | ![]() |
> | ![]() |
by Victor Romero - 10 years ago (2014-10-28)
+3 | Application server: Tomcat Database: mysql |
1. by Manuel Lemos - 10 years ago (2014-10-28) Reply
Are you looking for a REST server like class that you can customize to retrieve the MySQL data from your Web services?
0 |
This package can perform MySQL queries and return JSON responses. It can perform several types of operations with table records in a MySQL database. Currently it can retrieve, insert, update, delete individual records, update multiple records, get multiple records, verify if a given table records exist, insert multiple records, retrieve a limited number of records,count records and retrieve the last record by index field. The response is an object formatted as a JSON string. |
+1 |
There are several nice REST server class. It is hard to just recommend one. Anyway, this one allows you to add more API calls just by registering new classes that will handle the API call requests, as you may see in the example script. |
Recommend package | |
|