Add PREST project (#73)

* Add PREST

* Update README.md
This commit is contained in:
Mario Idival
2018-02-27 10:24:16 -03:00
committed by Jonathan Petitcolas
parent 8652bc97c5
commit d92d67f56d

View File

@@ -97,6 +97,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [postgrest](https://github.com/begriffs/postgrest) - Serve a fully RESTful API directly from an existing PostgreSQL database.
* [MySQL HTTP plugin](http://blog.ulf-wendel.de/2014/mysql-5-7-http-plugin-mysql/) - Simple REST-like / CRUD server for any MySQL database.
* [pREST](https://github.com/prest/prest) - A fully RESTful API from any existing PostgreSQL database written in Go.
### Node.js