sqlite3_create_module

External API function used to create a new virtual-table module.

sqlite3_create_module()

Ksqlite

This function differs from sqlite3_create_module_v2() in the destroy parameter only. sqlite3_create_module_v2() is used in place of sqlite3_create_module(). That being said, the semantic of both functions is the same as (maybe ?) stated by SQLite.