Skip to content

Commit afb2af3

Browse files
committed
added PRAGMAs section
1 parent b75b215 commit afb2af3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,17 @@ int sqlite3_rekey_v2(
129129
);
130130
```
131131

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+
132143
Tutorials
133144
----------
134145

0 commit comments

Comments
 (0)