enso
enso copied to clipboard
Experiment: saving SQLite connection to a file
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.