2.0.3 • Published 4 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.0.0-rc.1

4 years ago

2.0.0

4 years ago

0.1.9

6 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago