Skip to content

Instantly share code, notes, and snippets.

@davidpadbury
Created February 4, 2016 15:35
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 davidpadbury/bc6bccf95713e04ebe72 to your computer and use it in GitHub Desktop.
Save davidpadbury/bc6bccf95713e04ebe72 to your computer and use it in GitHub Desktop.
const sql = `select whatever from somewhere where something = ? and something-else = ?`
await knex.raw(sql, [ something, somethingElse ])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment