Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 317 Bytes

HEADER.md

File metadata and controls

12 lines (8 loc) · 317 Bytes

monogram

Action-based anti-ODM for MongoDB and Node.js

Read the intro blog post here.

Usage

const { connect } = require('@aptoma/monogram');
const db = await connect('mongodb://localhost:27017/test');