UNPKG

nodal

Version:

An API Server and Framework for node.js

9 lines (5 loc) 140 B
'use strict'; const Nodal = require('nodal'); const db = new Nodal.Database(); db.connect(Nodal.my.Config.db.main); module.exports = db;