RunKit + npm: knex

node v6.17.1
version: master
endpointsharetweet
require('sqlite3'); const knex = require("knex")({ client: 'sqlite3', // ':memory:' did seem to work fine without the protocol connection: 'sqlite://:memory:' }); await knex.raw('select 1');
Created from: https://npm.runkit.com/knex
Loading…

no comments

    sign in to comment