mongodb
Installation
SKILL.md
MongoDB
Document database for Node.js applications with flexible schemas and powerful querying.
Quick Start
# Install official driver
npm install mongodb
# Or with Mongoose ODM
npm install mongoose
Document database for Node.js applications with flexible schemas and powerful querying.
# Install official driver
npm install mongodb
# Or with Mongoose ODM
npm install mongoose