Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 801 Bytes

File metadata and controls

20 lines (11 loc) · 801 Bytes

sqlWebservice - Enabling relational databases as Java REST Web Service

README - 2019-02-04 - sqlREST 0.4

sqlWebservice exposes relational databases as REST style Web Service. Data can be queried via HTTP and REST/JSON, removed and altered. For querying, a Web Browser can be used.

sqlWebservice is a fork from http://sqlrest.sourceforge.net/.

Building

mvn package

##Running: For development and testing: first cd src/main/resources/assets/sqlWebserv/, then npm run dev to start a nodeJS application server capable of hot replacement of edited code.

Licence

sqlREST is under a BSD style licence. You may use the source and binary of sqlREST for commercial projects. See the licence file for further informations. This software includes binaries from other Open Source projects.