Does this support accessing sqlite3 databases encrypted with the SQLite Encryption Extension (SEE)? (Because SEE adds more C functions to the interface, I'm guessing "no" or at least "not yet".)
(This could also be done using SQLCipher, I guess.)
I haven't added anything specific to this, and don't have access to SEE myself. But following the existing API patterns should be straight forward. Maybe you'd like to try and then create a pull request?
Does this support accessing sqlite3 databases encrypted with the SQLite Encryption Extension (SEE)? (Because SEE adds more C functions to the interface, I'm guessing "no" or at least "not yet".)
(This could also be done using SQLCipher, I guess.)