Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE] Add module list pragma output in App info dialogue #119

Open
saaj opened this issue Sep 26, 2024 · 0 comments
Open

[RFE] Add module list pragma output in App info dialogue #119

saaj opened this issue Sep 26, 2024 · 0 comments

Comments

@saaj
Copy link
Contributor

saaj commented Sep 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant