Guest User

Untitled

a guest
Nov 12th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. {
  2. "knex": {
  3. "prefix": "knex",
  4. "body": [
  5. "const knex = require('knex') ({",
  6. "\tclient: 'pg',",
  7. "\tconnection: {",
  8. "\t\thost: $1",
  9. "\t\tuser: $2",
  10. "\t\tpassword: $3",
  11. "\t\tdatabase: $4",
  12. "\t}",
  13. "});"
  14. ],
  15. "description": "Knex Setup"
  16. }
  17. }
Add Comment
Please, Sign In to add comment