Skip to content

Commit 79fcba5

Browse files
committed
Updates the beginning of README.md to callout this is a fork which enables SQLCipher encryption, link to the SQLCipher discussion forum, and SQLCipher commercial page.
1 parent eba8f85 commit 79fcba5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### This is a managed fork of the main GRDB project that automatically enables SQLCipher encryption.
2+
3+
Please see the [encryption section](#creating-or-opening-an-encrypted-database) for examples of using GRDB with SQLCipher.
4+
5+
The [SQLCipher community forum](https://discuss.zetetic.net/c/sqlcipher) is a good place to ask questions about SQLCipher.
6+
7+
[SQLCipher Commercial/Enterprise licensing](https://www.zetetic.net/sqlcipher/commercial/) with support is available separately through Zetetic.
8+
9+
110
<picture>
211
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/groue/GRDB.swift/master/GRDB~dark.png">
312
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/groue/GRDB.swift/master/GRDB.png">

0 commit comments

Comments
 (0)