UNPKG
@arpinum/mongodb
Version:
latest (0.0.12)
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
Promise friendly wrapper around mongodb js driver.
github.com/arpinum/js-mongodb
arpinum/js-mongodb
@arpinum/mongodb
/
index.js
7 lines
(5 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
'use strict'
;
module
.
exports
= {
MongoDatabase
:
require
(
'./lib/MongoDatabase'
),
TestInDatabase
:
require
(
'./lib/TestInDatabase'
) };