We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75b215 commit afb2af3Copy full SHA for afb2af3
1 file changed
README.md
@@ -129,6 +129,17 @@ int sqlite3_rekey_v2(
129
);
130
```
131
132
+PRAGMAs
133
+-------
134
+
135
+### 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
140
+- it's wrapper around [sqlite3_rekey_v2](#sqlite3_rekey-sqlite3_rekey_v2)
141
+- example usage: `PRAGMA rekey='passphrase';`
142
143
Tutorials
144
----------
145
0 commit comments