Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Mongoose Resource

This module wrap the mongoose object to allow storing the named schemas and resource handlers the same way the models are defined and stored.

require('mongoose').schema('article', {});
require('mongoose').resource('article', {});

About

Define and store mongoose schemas and resource handlers on the global mongoose object similar to mongoose.model

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages