1.0.12 • Published 5 years ago

vobi-core v1.0.12

Weekly downloads
26
License
ISC
Repository
github
Last release
5 years ago

Vobi-core

Basic CRUD operations module for RESTful api and GraphQL based on MongoDB (Mongoose)

Install

Install vobi-core

npm install -g vobi-cli

Usage

import plugin

let { BaseModelPlugin } = require('vobi-core')

Inject to mongoose schema

var schema = new Schema({
  ...
})

// Inject BaseModelPlugin to mongoose schema
schema.plugin(BaseModelPlugin)
1.0.11

5 years ago

1.0.12

5 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago