Advertisement
Guest User

Untitled

a guest
Sep 16th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. 'use strict';
  2.  
  3. const knex = require('knex')({
  4. client: 'mysql',
  5. connection: {
  6. host: 'localhost',
  7. user: 'fredzx',
  8. password: '',
  9. database: 'c9'
  10. }
  11. });
  12.  
  13. module.exports = knex;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement