UNPKG

apinode

Version:

An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.

6 lines (5 loc) 155 B
var soar = require('sql-soar'); exports.config = function(options) { //console.log( JSON.stringify(options, null, 4) ); soar.config(options.db[0]); };