UNPKG

portable-mongodb

Version:

A fully portable MongoDB server for Node.js that runs without requiring separate MongoDB installation.

7 lines (5 loc) 112 B
// index.js const connectToDatabase = require('./connection'); module.exports = { connectToDatabase };