2.0.3 • Published 3 years ago

@warp-works/warpjs-mongo-persistence v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

WarpWors/mongo-persistence

MongoDB persistence for WarpJS

Install

npm install --save @warp-works/mongo-persistence

Usage

const Persistence = require('@warp-works/warpjs-mongo-persistence');
const persistence = new Persistence('some-host', 'db-name');

persistence.documents('collection-name')
    .then(console.log)
    .finally(() => {
        persistence.close();
    });

Also see WarpJS-Persistence interface for more details.

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.0.0-rc.1

3 years ago

2.0.0

3 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago