We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb2af3 commit ffbf888Copy full SHA for ffbf888
1 file changed
README.md
@@ -132,11 +132,11 @@ int sqlite3_rekey_v2(
132
PRAGMAs
133
-------
134
135
-### Pragma key
+### PRAGMA key
136
- it's wrapper around [sqlite3_key_v2](#sqlite3_key-sqlite3_key_v2)
137
- example usage: `PRAGMA key='passphrase';`
138
139
-### Pragma rekey
+### PRAGMA rekey
140
- it's wrapper around [sqlite3_rekey_v2](#sqlite3_rekey-sqlite3_rekey_v2)
141
- example usage: `PRAGMA rekey='passphrase';`
142
0 commit comments