Skip to content

Instantly share code, notes, and snippets.

@danielrearden
Created May 15, 2020 04:10
Show Gist options
  • Save danielrearden/7456b61083c8219f17df4788c4f10cda to your computer and use it in GitHub Desktop.
Save danielrearden/7456b61083c8219f17df4788c4f10cda to your computer and use it in GitHub Desktop.
Making GraphQL Magic with Sqlmancer - 6
import Knex from "knex";
const knex = Knex({
client: "sqlite3",
connection: {
filename: "./sample.db"
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment