Skip to content

truepattern/mongoose-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongoose-plugins

Mongoose (mongodb) plugins

CRUD Helper

  • automatically installs CRUD helpers for a model
    • can handle 1:1 relation (ObjectId) references inline
  • for an example please refer to todo-server/apps/todos/models.js

Auth

  • add UserSchema (User) model

Todo

  • CRUD to support nested toJSON
  • CRUD to support ObjectId
  • add relation (OneToOne, OneToMany, ManyToMany) support
  • add pagination support to index

About

helper plugins for mongoose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors