UNPKG
wealthor
Version:
latest (0.1.0)
0.1.0
Personal finance app
github.com/jozsi/wealthor
jozsi/wealthor
wealthor
/
db.js
6 lines
(3 loc)
•
102 B
JavaScript
View Raw
1
2
3
4
5
6
const
mongoose =
require
(
'mongoose'
); mongoose.
Promise
=
global
.
Promise
;
module
.
exports
= mongoose;