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
"description": "rot13 function and collating sequence",
84
+
"type": "extension"
85
+
},
86
+
"sha1": {
87
+
"description": "SHA1 hash and query results hash",
88
+
"type": "extension"
89
+
},
90
+
"shathree": {
91
+
"description": "SHA3 hash and query results hash",
92
+
"type": "extension"
93
+
},
94
+
"spellfix": {
95
+
"description": "Search a large vocabulary for close matches",
96
+
"type": "extension"
97
+
},
98
+
"sqlite3_dbdump": {
99
+
"description": "Converts the content of a SQLite database into UTF-8 text SQL statements that can be used to exactly recreate the original database",
100
+
"type": "executable"
101
+
},
102
+
"sqlite3_dbhash": {
103
+
"description": "Computes SHA1 of the contents of a SQLite database",
104
+
"type": "executable"
105
+
},
106
+
"sqlite3_dbtotxt": {
107
+
"description": "Converts a binary file like a database into a friendly human readable text format",
108
+
"type": "executable"
109
+
},
110
+
"sqlite3_diff": {
111
+
"description": "Displays content differences between SQLite databases",
112
+
"type": "executable"
113
+
},
114
+
"sqlite3_expert": {
115
+
"description": "A simple system to propose useful indexes given a database and a set of SQL queries",
116
+
"type": "executable"
117
+
},
118
+
"sqlite3_getlock": {
119
+
"description": "Unix only shows if and who is holding a database lock",
120
+
"type": "executable"
121
+
},
122
+
"sqlite3_index_usage": {
123
+
"description": "Given a database and a log database, shows how many times each index is used",
124
+
"type": "executable"
125
+
},
126
+
"sqlite3_normalize": {
127
+
"description": "Normalizes SQL text so private information can be removed, and to identify structurally identical queries",
128
+
"type": "executable"
129
+
},
130
+
"sqlite3_offsets": {
131
+
"description": "Shows length and offset for every TEXT or BLOB for a column of a table",
132
+
"type": "executable"
133
+
},
134
+
"sqlite3_rsync": {
135
+
"description": "Database Remote-Copy Tool",
136
+
"type": "executable"
137
+
},
138
+
"sqlite3_scrub": {
139
+
"description": "Makes a backup zeroing out all deleted content",
140
+
"type": "executable"
141
+
},
142
+
"sqlite3_shell": {
143
+
"description": "Command line shell",
144
+
"type": "executable"
145
+
},
146
+
"sqlite3_showdb": {
147
+
"description": "Prints low level details about a database file",
148
+
"type": "executable"
149
+
},
150
+
"sqlite3_showjournal": {
151
+
"description": "Prints low level content of a journal",
152
+
"type": "executable"
153
+
},
154
+
"sqlite3_showlocks": {
155
+
"description": "Shows all posix advisory locks on a file",
156
+
"type": "executable"
157
+
},
158
+
"sqlite3_showshm": {
159
+
"description": "Shows low level content of shm and wal-index files",
160
+
"type": "executable"
161
+
},
162
+
"sqlite3_showstat4": {
163
+
"description": "Shows contents of stat4 index of a database",
164
+
"type": "executable"
165
+
},
166
+
"sqlite3_showtmlog": {
167
+
"description": "Makes human/csv readable output from a tmstmpvfs log file",
168
+
"type": "executable"
169
+
},
170
+
"sqlite3_showwal": {
171
+
"description": "Shows low level content of a WAL file",
172
+
"type": "executable"
173
+
},
174
+
"stmt": {
175
+
"description": "Virtual table with information about all prepared statements on a connection",
176
+
"type": "extension"
177
+
},
178
+
"stmtrand": {
179
+
"description": "Function that returns the same sequence of random integers is returned for each invocation of the statement",
180
+
"type": "extension"
181
+
},
182
+
"tmstmpvfs": {
183
+
"description": "VFS shim that writes timestamps and other tracing information to the reserved bytes of each page, and also generates corresponding log files",
184
+
"type": "extension"
185
+
},
186
+
"uint": {
187
+
"description": "UINT collating sequence",
188
+
"type": "extension"
189
+
},
190
+
"unionvtab": {
191
+
"description": "Virtual table combining underlying tables from other databases",
192
+
"type": "extension"
193
+
},
194
+
"uuid": {
195
+
"description": "uuid functions",
196
+
"type": "extension"
197
+
},
198
+
"vec1": {
199
+
"description": "Vector search. !Experimental! !Under development! Loading on before 2013 CPU may crash process",
0 commit comments