Access Embedded SQLite database within Zip #51
Unanswered
krum110487
asked this question in
Q&A
Replies: 1 comment
-
In general, I'd recommend copying the SQLite database to a temporary file and reading it that way. SQLite mostly operates on the filesystem. However, it does seem that there is a |
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
-
Hello!
I am working on a project that has self contained websites for preservation.
Along with this there are some cases where there are databases involved where dynamic requests are required.
I would like the ability to access a zip that is NOT compressed, but in store mode. So the bits and bytes are all untouched. I am looking to basically open a file with an offset applied so that it can start at the file and process it from there.
I know this is probably not supported out of the box, but I am just looking for a bit of direction or suggestions at where in the code I should look to try to handle this myself. Any kind of hint would be helpful!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions