Skip to content

Instantly share code, notes, and snippets.

@hugeuser
Created February 28, 2014 14:45
Show Gist options
  • Select an option

  • Save hugeuser/9272354 to your computer and use it in GitHub Desktop.

Select an option

Save hugeuser/9272354 to your computer and use it in GitHub Desktop.
forms controller
var connection = require('../database');
connection.query('CREATE TABLE IF NOT EXISTS mocha_test_table(user_name varchar(10),'+
'email varchar(10),fname varchar(10),lname varchar(10));', function(err) {if(err){console.log(err);}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment