You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ Boolean values can be one of:
85
85
| Locking Mode |`_locking`| <ul><li>NORMAL</li><li>EXCLUSIVE</li></ul> | For more information see [PRAGMA locking_mode](https://www.sqlite.org/pragma.html#pragma_locking_mode)|
86
86
| Mode |`mode`| <ul><li>ro</li><li>rw</li><li>rwc</li><li>memory</li></ul> | Access Mode of the database. For more information see [SQLite Open](https://www.sqlite.org/c3ref/open.html)|
| Query Only |`_query_only`|`boolean`| For more information see [PRAGMA query_only](https://www.sqlite.org/pragma.html#pragma_query_only)|
88
89
| Recursive Triggers |`_recursive_triggers`\|`_rt`|`boolean`| For more information see [PRAGMA recursive_triggers](https://www.sqlite.org/pragma.html#pragma_recursive_triggers)|
89
90
| Shared-Cache Mode |`cache`| <ul><li>shared</li><li>private</li></ul> | Set cache mode for more information see [sqlite.org](https://www.sqlite.org/sharedcache.html)|
90
91
| Time Zone Location |`_loc`| auto | Specify location of time format. |
0 commit comments