How to use the nodal.Database function in nodal

To help you get started, we’ve selected a few nodal examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github keithwhor / nodal / src / db / main.js View on Github external
'use strict';

const Nodal = require('nodal');
const db = new Nodal.Database();

db.connect(Nodal.my.Config.db.main);

module.exports = db;

nodal

An API Server and Framework for node.js

MIT
Latest version published 1 year ago

Package Health Score

48 / 100
Full package analysis