Skip to content

eldoy/metaldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetalDB

Database adapter based on MongoDB.

This library is basically just a thin wrapper around the native MongoDB client.

Once required, the ObjectId class is available globally.

Install

npm i metaldb

Usage

var database = require('metaldb')

var mongodbOptions = {}

var db = await database('localhost:27017/dbname', mongodbOptions)

MIT Licensed. Enjoy!

Created by Eldøy Tech AS

About

Database adapter based on MongoDB

Resources

License

Stars

Watchers

Forks

Contributors