Generating a REST service from SQL |
USoft Service Definer lets you create REST services on the basis of SQL statements. One of the advantages of this facility is that it enables non-Java-programmers to create full-fledged REST functionality without any programming knowledge: all that is needed is a functional analysis of what data the REST service should retrieve or manipulate in the RDBMS. This functionality is expressed in simple SQL statements.
See also Example: a REST service for retrieving data (SELECT) Example: a REST Service for adding new data (INSERT) Example: a REST Service for manipulating data (UPDATE) |