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
-
From looking at the “Getting started” section of the documentation and a bit of the following parts, it seems to me that there’s no way to save the database to disk. Is this a purely ephemeral database? |
Beta Was this translation helpful? Give feedback.
Answered by
schuelermine
Jul 29, 2021
Replies: 1 comment
-
You can specify the filename in the connector constructor arguments: const connector = new SQLite3Connector({ filepath: "./database.sqlite" }) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
schuelermine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can specify the filename in the connector constructor arguments: