Action-based anti-ODM for MongoDB and Node.js
Read the intro blog post here.
const { connect } = require('@aptoma/monogram');
const db = await connect('mongodb://localhost:27017/test');
Action-based anti-ODM for MongoDB and Node.js
Read the intro blog post here.
const { connect } = require('@aptoma/monogram');
const db = await connect('mongodb://localhost:27017/test');