.github/ISSUE_TEMPLATE.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.gitignore | |
|
|
.jsdoc.json | |
|
|
.npmignore | |
|
|
.travis.yml | |
|
|
CHANGELOG.md | |
|
|
CONTRIBUTORS.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
deploy.sh | |
|
|
deploy_key.enc | |
|
|
index.js | 99 | A 1 hr |
|
lib/associations.js | 27 | A 0 mins |
|
lib/document.js | 154 | B 5 hrs |
|
lib/error/documentError.js | 9 | A 1 hr |
|
lib/error/hookError.js | 9 | A 1 hr |
|
lib/error/instanceError.js | 10 | A 1 hr |
|
lib/error/keyError.js | 9 | A 1 hr |
|
lib/error/modelError.js | 9 | A 1 hr |
|
lib/error/modelManagerError.js | 9 | A 1 hr |
|
lib/error/modelNotFoundError.js | 9 | A 1 hr |
|
lib/error/storageError.js | 25 | A 0 mins |
|
lib/error/validationError.js | 9 | A 1 hr |
|
lib/hook.js | 108 | A 1 hr |
|
lib/instance.js | 653 | F 5 days |
|
lib/key/incrementalKey.js | 36 | B 4 hrs |
|
lib/key/key.js | 68 | A 0 mins |
|
lib/key/refDocKey.js | 72 | A 1 hr |
|
lib/key/uuid4Key.js | 31 | B 4 hrs |
|
lib/model.js | 443 | F 3 days |
|
lib/modelManager.js | 30 | A 0 mins |
|
lib/operation.js | 7 | A 0 mins |
|
lib/relationType.js | 5 | A 0 mins |
|
lib/storageAdapter.js | 254 | F 5 days |
|
lib/util/data.js | 42 | B 4 hrs |
|
lib/util/schema.js | 155 | C 7 hrs |
|
lib/validator.js | 73 | B 4 hrs |
|
package.json | |
|
|
tutorials/1.gettingStarted.md | |
|
|
tutorials/2.schemaDefinitionGuide.md | |
|
|
tutorials/3.quering.md | |
|
|
tutorials/3a.documentIDLookups.md | |
|
|
tutorials/3b.refDocIndexes.md | |
|
|
tutorials/3c.views.md | |
|
|
tutorials/3d.n1ql.md | |
|
|
tutorials/4.instances.md | |
|
|
tutorials/5.hooks.md | |
|
|
tutorials/6.errors.md | |
|
|
tutorials/7.customizingDocumentsKey.md | |
|
|