moduleList

Queries a list of all registered virtual table modules.

This pragma returns a cursor with one column, name, which lists the names of all modules available for creating virtual tables (e.g., fts5, rtree). These modules extend SQLite's functionality, and this pragma is useful for discovering which extensions are available in the current build.

Author

MOHAMMAD AZIM ANSARI

See also