Skip to content

Instantly share code, notes, and snippets.

@zkochan
Created July 12, 2014 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zkochan/a4fd0ffee491caa4b1d4 to your computer and use it in GitHub Desktop.
Save zkochan/a4fd0ffee491caa4b1d4 to your computer and use it in GitHub Desktop.
exports.knex = require('knex')({
client: 'mysql',
connection: {
host : '127.0.0.1',
user : 'your_database_user',
password : 'your_database_password',
database : 'myapp_test',
charset : 'utf8'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment