Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

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