Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: knex
node v8.17.0
endpoint
share
tweet
const Knex = require('knex'); const knex = Knex({ client: 'pg' }); knex('Foo').where('id', 1).toSQL().toNative()
Created from: https://npm.runkit.com/knex
Loading…
Clone and edit this document