mora
mora copied to clipboard
MongoDB generic REST server in Go
curl 'http://****?skip=1&limit=1' response : { "success": true, "data": [] } change limit =2 , the resoponse is ok . looks like : limit=1, skip >= 1 , empty limit =...
I was attempting to perform a PUT operation from Angular and kept getting rejected by CORS in Chrome. I checked the GET request I did prior to the PUT and...
I think its a good idea to validate the documents before we insert into the database, Using some kind of configuration includes a schema definition for every resource managed by...
Just like this link https://github.com/mongodb-labs/sleepy.mongoose/wiki/Database-Commands When I tried to insert integer to mongodb, I found that mongodb shell is needed for this situation. Finding documents api of mora seems like...
I wrote a json like {"a":10} into mongodb with mora, but the integer 10 becomes a double number 10.00 after writing. How to wrote a integer?
I'm trying to build mora in a new environment, but it's failing because it looks like the emicklei/goproperties repository has been deleted from github: https://github.com/emicklei/goproperties Was this intentional? I think...
Been playing around with this and realized it almost meets the needs I have except for I want to be able to do some GPG application-level field encryption on the...
If your MongoDB documents contain a certain type of UUID for an _id, Mora returns the ID as an object like this: "_id": { "Kind": 3, "Data": "ABnJswg/6EKEoibo1A6/yQ==" } It...
http://ludo.cubicphuse.nl/jquery-treetable/