Skip to content

Commit 0772010

Browse files
authored
Added more SQLCipher details
1 parent 7e4309e commit 0772010

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,9 @@ Debug.WriteLine(string.Format("Found '{0}' stock items.", result));
184184

185185
You can add support for encrypted databases using SQLCipher by including an additional package [SQLitePCLRaw.bundle_sqlcipher](https://www.nuget.org/packages/SQLitePCLRaw.bundle_sqlcipher/).
186186

187-
I'll let [Eric Sink explain](https://github.com/ericsink/SQLitePCL.raw/wiki/How-to-use-SQLCipher-with-SQLite-net):
187+
I'll let [Eric Sink explain how to use SQLCipher with SQLite-net](https://github.com/ericsink/SQLitePCL.raw/wiki/How-to-use-SQLCipher-with-SQLite-net):
188188

189+
> The reference to bundle_sqlcipher must be placed in your app project.
189190
> What happens here is that SQLite-net references bundle_green, but at build time, bundle_sqlcipher gets substituted in its place.
190191
191192
## Thank you!

0 commit comments

Comments
 (0)