amforeas
amforeas copied to clipboard
A RESTful Interface to your database
Allow PUT requests to accept `application/x-www-form-urlencoded`
Since we're already configuring ACLs on the resource level, we can also add the option for an admin to limit the columns a client has access to. ``` amforeas.alias3.acl.rules.users.allow=read amforeas.alias3.acl.rules.users.columns=id,...
The idea is to allow different JSON formats which can be used with different REST clients. The default format is: ```json { "success":true, "status":"OK", "rows":[ { "roi":0, "cells":{ "birthday":"1982-12-13", "name":"foo",...
I'm not totally sure about this, but we might accept an array of objects in a POST like: [{"name":"foo","age":20},{"name":"bar","age":30}]
Provide an script or executable to run Jongo in a Windows environment as a standalone application or as a service.
Provide an script or executable to run Jongo in a MacOSX environment as a standalone application or as a service.