Compatibility with vfs

Hi,

I was wondering if SQLCipher would work with a custom back end VFS implementation ? Basically I want an encrypted database, but it has to be written to a raw device not a file system. I can implement that using a VFS layer, but I’m not sure if it’d work with SQLCipher.

Cheers :slight_smile:

Hi @SpacedCowboy - sure, in general you can a VFS with SQLCipher without issues.

1 Like