1.0.12 • Published 4 years ago

vobi-core v1.0.12

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

4 years ago

1.0.12

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago