monogram
Version:
TAO (aspect-oriented) modeling for MongoDB
13 lines (8 loc) • 309 B
Markdown
for MongoDB and Node.js
Read the [intro blog post here](http://thecodebarbarian.com/introducing-monogram-the-anti-odm-for-mongodb-nodejs.html).
```javascript
const { connect } = require('monogram');
const db = await connect('mongodb://localhost:27017/test');
```
Action-based anti-ODM