Created
May 15, 2020 04:10
-
-
Save danielrearden/7456b61083c8219f17df4788c4f10cda to your computer and use it in GitHub Desktop.
Making GraphQL Magic with Sqlmancer - 6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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