2.0.3 • Published 5 years ago

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

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

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.0.0-rc.1

5 years ago

2.0.0

5 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago