7.0.9 • Published 5 years ago

ku4node-persistence v7.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

ku4node-persistence

kodmunki™ Utilities for ECMAScript Persistence

Conventions

Access Modifiers

ku4node-persistence uses a convention for access modifiers as follows:

ModifierCharacterDescription
PublicN/APublic members may be accessed by all internal and external dependents. They are default members and have no conventional modifier.
Protected$Protected members may be accessed by children
Abstract$Abstract members are Protected members that expect to have implementation details defined by children.
Virtual$Virtual members are Abstract members that have a defaulted defined implementation that can be and will plausibly be overridden by children.
Private_Private members should only be accessed by the defining class.

Documentation

Markdown documentation for this project can be found in the README.API.md. JSDoc HTML can be found by running npm run docs and navigating to ./jsdoc/index.html.

Testing

Linting, testing, and coverage checks can be performed by running npm run check.

Build

Distribution package can be build with npm run build

Source Tree

.
├── capability
│   ├── bsonId.js
│   └── entity.js
├── index.js
└── repositories
    ├── AbstractRepository.js
    └── Repository.js
7.0.9

5 years ago

7.0.8

5 years ago

7.0.7

5 years ago

7.0.5

5 years ago

7.0.4

5 years ago

7.0.3

5 years ago

7.0.2

5 years ago

7.0.1

5 years ago

7.0.0

5 years ago

6.0.1

6 years ago

6.0.0

7 years ago

5.3.0

7 years ago

5.2.0

7 years ago

5.1.0

7 years ago

5.0.6

8 years ago

5.0.5

8 years ago

5.0.4

8 years ago

5.0.3

8 years ago

5.0.2

8 years ago

5.0.1

8 years ago

5.0.0

8 years ago

4.3.0

8 years ago

4.2.3

8 years ago

4.2.2

8 years ago

4.2.1

8 years ago

4.2.0

8 years ago

4.1.0

8 years ago

4.0.0

8 years ago

3.8.0

8 years ago

3.7.0

8 years ago

3.6.0

8 years ago

3.5.1

8 years ago

3.5.0

8 years ago

3.4.0

8 years ago

3.3.0

8 years ago

3.2.0

8 years ago

3.1.0

8 years ago

3.0.2

10 years ago

2.3.2

10 years ago

2.3.1

10 years ago

2.3.0

10 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.7.0

10 years ago

1.6.0

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.6.0

10 years ago

0.5.0

11 years ago

0.4.0

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago