SQLREST enables access to a relational database as RESTful Web Service. Entities can be queried, created and modified using the HTTP methods GET, POST, PUT and DELETE.
License
BSD LicenseFollow REST Style Web Service Enabler for RDBMS
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
This is not a review of the software itself but the provided live demo. Props to the developer for exposing to the net a simple live REST server demo! This alone is such a valuable resource for newbies trying to wrap their head around the RESTful way of accessing web services. I have not explored the demo in depth yet, but from my initial probing, it appears to indeed follow REST best practices for the API.