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', {});
| Name | Name | Last commit date | ||
|---|---|---|---|---|