We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
module_list only covers virtual tables despite the name:
but still is a reasonable start.
The text was updated successfully, but these errors were encountered: