Search code examples
node.jsexpressormnedbnosql

How to build models (ODM) in nodejs to use with nedb


I am looking for a ODM module that can be used with Nedb in NodeJs-Express. Is it somehow possible to use Mongoose or Waterline schemas in combination with nedb for validation? Mongoose and Waterline do not provide an official adapter for nedb.

At the moment have very low requirements for performance and i am working on a project for the raspberry pi therefore i would like to stick with nedb (or similar file-based nosql database).


Solution

  • Camo is an ODM for nedb and MongoDB, on Node.js.