Skip to content

vobi-ge/vobi-core

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published