{"library":"naf-framework-mongoose","title":"Naf Egg Framework Mongoose","description":"A custom Egg.js framework that integrates Mongoose for MongoDB ORM/ODM. Current version 0.6.12, with unknown release cadence. Provides a pre-configured Egg.js application with Mongoose connectivity, intended for rapid bootstrapping of Egg.js projects that use MongoDB. Differentiatiors: opinionated setup of Mongoose within the Egg.js ecosystem, reducing boilerplate. Alternatives: direct use of egg-mongoose plugin.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install naf-framework-mongoose"],"cli":null},"imports":["const { startCluster } = require('naf-framework-mongoose');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// {app_root}/index.js\nconst { startCluster } = require('naf-framework-mongoose');\nstartCluster({\n  baseDir: __dirname,\n  // port: 7001, // default to 7001\n});","lang":"javascript","description":"Shows how to bootstrap an Egg.js application using the naf-framework-mongoose framework.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}