Skip to content

Instantly share code, notes, and snippets.

View beesanderson's full-sized avatar

Bridgette Sanderson beesanderson

View GitHub Profile
@subfuzion
subfuzion / mongoose-cheatsheet.md
Created February 26, 2014 19:03
mongoose cheatsheet

Definitely not comprehensive. This is meant to be a basic memory aid with links to get more details. I'll add to it over time.

Install

$ npm install mongoose --save

Connect

const mongoose = require('mongoose');