vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.61k stars 69 forks source link

SQLCipher Integration #396

Closed tearfulDalvik closed 7 months ago

tearfulDalvik commented 8 months ago

Hello,

Is there a way to integrate with sqlcipher(https://github.com/sqlcipher/sqlcipher) ?

Thanks!

tantaman commented 8 months ago

It should just work given cr-sqlite avoids modifying low level details of sqlite as much as possible.

I'd try loading the extension in sqlcipher and see what happens. If you do, can you let me know the results?

The areas where it could break:

tearfulDalvik commented 8 months ago

Thanks for your attention :)