This will serve as a playground for mongodb with examples of running different basic mongo operations using 3 approaches:
- Native Mongo driver;
- Mongoose;
- Camo;
Node version manipulations on Windows were made based on: https://github.com/coreybutler/nvm-windows
- Create initialisation script;
- Cover all existing code with Integration tests;
- Mirror all the logic with equivalent Mongoose code;
- Mirror all the logic with equivalent Camo code;