fowl
fowl copied to clipboard
A NodeJS Document Model and Query Layer for FoundationDB
See the following foundationdb question: http://community.foundationdb.com/questions/643/transaction-retry-loop-improvement
This is the code which adds indexes: ``` JS exports.addIndex = function(keyPath, fields) { fields = _.isArray(fields) ? fields : [fields]; var tr = transaction(); for(var i=0; i __meta ->...
The balance transfer example in readme.md uses fowl.find, which returns 0 results. Tested with 2.0.0 fdb bindings.
Are count/sum or other MongoDB Aggregation Framwork-like features on our roadmap yet?