UNPKG

309 BMarkdownView Raw
1# monogram
2
3Action-based anti-ODM for MongoDB and Node.js
4
5Read the [intro blog post here](http://thecodebarbarian.com/introducing-monogram-the-anti-odm-for-mongodb-nodejs.html).
6
7## Usage
8
9```javascript
10const { connect } = require('monogram');
11const db = await connect('mongodb://localhost:27017/test');
12```