1.2.1 • Published 2 years ago

magnosaurus v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

magnosaurus

Simple mongodb orm that wraps mongodb native driver and provides model validations using ajv

Installation

npm i magnosaurus

Test

npm test

Features

Api
  • Find
ModelName.find(<query>,<projection>).skip(<skip>).limit(<limit>).sort(<sort>).toArray()