REST API for postgres
The REST API runs as a servlet in the g-wan web/application server.
Written in C for speed, profit and fun. ;)
Featuring documents, collections, graphs and a SQL query API.
What can be done with it?
- Interface your web application directly with postgres
- Have access to json documents and collections like mongodb
- Use it as a graph database, not only SQL
In other words use postgres anywhere.
- PostRest javascript client
This is still work in progress but has been tested on various projects.
- To contribute, create issues and send pull requests.