Skip to content

Is this a purely ephemeral database, or can it be saved to become persistent? #277

Answered by schuelermine
schuelermine asked this question in Q&A
Discussion options

You must be logged in to vote

You can specify the filename in the connector constructor arguments:

const connector = new SQLite3Connector({ filepath: "./database.sqlite" })

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by schuelermine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant