Replies: 2 comments
-
This would be a question for the SQLite developers, not for Sequel. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the quick response! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to convert a Sequel in-memory sqlite3 database to a bytestream?
For example, I've created an in-memory sqlite3 db, but now want to convert it to binary representation after the fact.
Is this possible?
Similarly, is it possible to load that bytestream after the fact as an in-memory sqlite3 database?
What I want to do is avoid having to read/write to a file, and do everything in-memory but have the ability to checkpoint/save the database if need be to a file (or another file-like location like an S3 bucket).
Beta Was this translation helpful? Give feedback.
All reactions