Mongorito Versions Save

? MongoDB ODM for Node.js apps based on Redux

v0.6.0

9 years ago

v0.4.4

9 years ago
  • Added population to queries
  • Added support for Query API when using Model.remove() method
  • Added support for correct conversion to JSON of models
  • Added created_at and updated_at timestamps

v0.4.3

9 years ago

Was not possible to start a query with Model.skip(5), fixed.

v0.4.2

9 years ago

Implemented Query API. Supported methods:

  • where
  • limit
  • skip
  • sort
  • exists
  • lt
  • lte
  • gt
  • gte
  • in
  • nin
  • and
  • or
  • ne
  • nor

v0.4.1

9 years ago

Now supporting hooks for create, update, remove and save methods. Kinda of like a middleware.

v0.4.0

9 years ago

Mongorito rewritten from scratch to make use of ES6 generators.