1.6.0 • Published 3 years ago

winrow-repository v1.6.0

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

Installation

Install the dependencies and devDependencies and start the server.

$ npm install winrow-repository

How to use

const dataStore = require('winrow-repository').dataStore;

dataStore.findOne({type, filter = {}, projection = {}, populates});

// method can use
findOne({type, filter = {}, projection = {}, populates})
count({type, filter = {}})
create({type, data})
find({type, filter = {}, projection = {}, options = {}, populates})
get({type, id, projection= {}, populates})
update({type, id, data})
updateOne({type, id, data})
updateMany({type, filter = {}, data})
aggregate({type, pipeline})
deleted({type, id})
1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago