UNPKG

sails-arangojs

Version:

A sails-arangojs adapter for Sails / Waterline

33 lines (29 loc) 1 kB
module.exports = { normalizeDatastoreConfig: require('./normalize-datastore-config'), registerDataStore: require('./register-data-store'), teardown: require('./teardown'), select: require('./find'), findWithCount: require('./find-with-count'), sample: require('./sample'), findNear: require('./find-near'), create: require('./create'), createEach: require('./create-each'), update: require('./update'), replace: require('./replace'), upsert: require('./upsert'), destroy: require('./destroy'), count: require('./count'), sum: require('./sum'), avg: require('./avg'), drop: require('./drop'), define: require('./define'), setSequence: require('./set-sequence'), // Graph Methods createEdge: require('./create-edge'), findOutbound: require('./find-outbound'), findInbound: require('./find-inbound'), findAny: require('./find-any'), aggregate: require('./aggregate'), normalize: require('./normalize'), normalizeEach: require('./normalize-each'), };