Replies: 1 comment
-
Thanks, will try that. |
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
-
@vissharm
Yes, provider_sqlite3 is not in bundle e_sqlcipher. Because:
The SQLitePCLRaw provider for "sqlite3" is used to reference a SQLite library named "sqlite3", and my unofficial/unsupported SQLCipher builds are not named that. They are named "e_sqlcipher", specifically to avoid naming conflicts with other builds, such as, for example, the official ones from Zetetic.
If you need this provider, you can add this nuget package:
https://www.nuget.org/packages/SQLitePCLRaw.provider.sqlite3
Beta Was this translation helpful? Give feedback.
All reactions