enso icon indicating copy to clipboard operation
enso copied to clipboard

Experiment: saving SQLite connection to a file

Open radeusgd opened this issue 4 months ago • 1 comments

Can we dump an open SQLite connection to a file? Figure it out and create a prototype.

For file-backed DBs we could always flush/close the connection and copy the underlying file. But it would be best to be able to do this without having to close the connection.

For in-memory DBs, having this ability could be useful. See if it's possible.

radeusgd avatar Oct 10 '24 14:10 radeusgd