sandman2

sandman2 documentation
[ ~ Dependencies scanned by PyUp.io ~ ]
sandman2 automagically generates a RESTful API service from your existing database,
without requiring you to write a line of code. Simply point sandman2 to your
database, add salt for seasoning, and voila!, a fully RESTful API service with
hypermedia support starts running, ready to accept HTTP requests.
This is a big deal. It means every single database you interact with, from the
SQLite database that houses your web browser's data up to your production
PostgreSQL server can be endowed with a REST API and accessed programmatically,
using any number of HTTP client libraries available in every language.
sandman2 frees your data.
For developers:
Imagine you're working for AnonymousCorp and need to access
Group Y's data, which is presented to you through some horrible API or GUI.
Wouldn't it be nice if you could just interact with that database through a REST
API?
More than that, imagine if you could interact with the database through a REST
API and no one had to write any code. Not you. Not Group Y. No one.
That means no boilerplate ORM code, no database