Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLCipher Integration #396

Closed
tearfulDalvik opened this issue Oct 25, 2023 · 2 comments
Closed

SQLCipher Integration #396

tearfulDalvik opened this issue Oct 25, 2023 · 2 comments

Comments

@tearfulDalvik
Copy link

tearfulDalvik commented Oct 25, 2023

Hello,

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

Thanks!

@tantaman
Copy link
Collaborator

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:

  • cr-sqlite requires exclusive use of the commit, update, and rollback hook. If sqlcipher or some other extension or app uses those, it won't work

@tearfulDalvik
Copy link
Author

Thanks for your attention :)

@vlcn-io vlcn-io locked and limited conversation to collaborators Nov 21, 2023
@tantaman tantaman converted this issue into discussion #400 Nov 21, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants