sqlite-net icon indicating copy to clipboard operation
sqlite-net copied to clipboard

sqlcipher_export - persist WAL

Open mrthaggar opened this issue 2 years ago • 0 comments

I'm using your library for decrypting SQLCipher encrypted databases, and converting them to non-encrypted versions using the sqlcipher_export command.

This works, however what I'd like to do is also decrypt the associated WAL file, and keep it.

From reading the SQLite documentation, there is an opcode SQLITE_FCNTL_PERSIST_WAL within File Control.

Is it possible to do this using the .NET library?

Thanks

mrthaggar avatar Jan 16 '23 15:01 mrthaggar