File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11## go-sqlcipher
22
3- [ ![ GoDoc] ( http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square )] ( http://godoc.org/github.com/mutecomm/go-sqlcipher ) [ ![ CI ] ( https://github.com/mutecomm/ go-sqlcipher/workflows/CI/badge.svg )] ( https://github.com/mutecomm/go-sqlcipher/actions )
3+ [ ![ GoDoc] ( http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square )] ( http://godoc.org/github.com/Boolean-Autocrat/ go-sqlcipher )
44
55### Description
66
@@ -61,10 +61,10 @@ SQLCipher. Do not forget the `url.QueryEscape()` call in your code!
6161See also [ PRAGMA key] ( https://www.zetetic.net/sqlcipher/sqlcipher-api/#PRAGMA_key ) .
6262
6363API documentation can be found here:
64- http://godoc.org/github.com/mutecomm /go-sqlcipher
64+ http://godoc.org/github.com/Boolean-Autocrat /go-sqlcipher
6565
6666Use the function
67- [ sqlite3.IsEncrypted()] ( https://godoc.org/github.com/mutecomm /go-sqlcipher#IsEncrypted )
67+ [ sqlite3.IsEncrypted()] ( https://godoc.org/github.com/Boolean-Autocrat /go-sqlcipher#IsEncrypted )
6868to check whether a database file is encrypted or not.
6969
7070Examples can be found under the ` ./_example ` directory
You can’t perform that action at this time.
0 commit comments