-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Controller:
test : function( req, res ){
var settings = module.exports = {
host: 'localhost',
user: 'root',
password: 'root',
database: 'leaderboard',
port : 3307
};
var liveConnection = new sails.LiveSelect(settings);
return res.send(liveConnection);
}
bootstrap.js
sails.LiveSelect = require('mysql-live-select');
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels