sqlite-net
sqlite-net copied to clipboard
sqlcipher_export - persist WAL
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