Is this possible to use SQLCipher configuration via SPM? #1202
Unanswered
AKoulabukhov
asked this question in
Q&A
Replies: 1 comment
-
Hello @AKoulabukhov, No, GRDB does not provide any ready-made solution for integrating GRDB and SQLCipher with SPM. Actually, SQLCipher is not available on SPM: sqlcipher/sqlcipher#371 Now, some GRDB forks were able to perform such a setup. I can't give precise guidance, but have a look at https://github.com/groue/GRDB.swift/network for inspiration! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that the only proposed way to use SQLCipher is subspec 'SQLCipher' via CocoaPods. Is there a way to integrate GRDB with encryption in a non-cocoa pods project?
Beta Was this translation helpful? Give feedback.
All reactions