As a user of Sqliteviz,
In order to understand what SQLite extension are built in,
I want to be able to see the list in App info dialogue.
Options
PRAGMA module_list;
Output as of 0.25.0:
name
----
luafunctions
pivot_vtab
fts4aux
fts3
transitive_closure
fts4
fts3tokenize
fts5
json_each
json_tree
fts5vocab
generate_series
module_list only covers virtual tables despite the name:
This pragma returns a list of virtual table modules registered with the database connection.
but still is a reasonable start.