UNPKG

noderaven

Version:

* store.<b>indexQuery</b>(db, index, whereClause, start, limit, sortBys, fetchings, cb) * store.<b>suggest</b>(db, index, term, field, cb) * store.<b>facets</b>(db, indexName, facetDoc, query, cb) * store.<b>load</b>(db, id, cb) * store.<b>update</b>(db,

32 lines (31 loc) 599 B
{ "name": "noderaven", "version": "1.0.5", "description": "", "main": "index.js", "scripts": { "test": "" }, "repository": { "type": "git", "url": "https://github.com/VasoBolkvadze/nodeRaven.git" }, "keywords": [ "node", "nodejs", "raven", "ravendb", "module", "library" ], "author": "Vaso Bolkvadze <vaso.bolkvadze@gmail.com>", "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/VasoBolkvadze/nodeRaven/issues" }, "dependencies": { "request": "~2.30.0", "underscore": "~1.5.2" } }