sqlite3_module

Returns an instance of sqlite3_module. For an eponymous virtual table, create and connect must be referentially equals (===).

See ksqlite.types.vtab.SqliteModuleVersion.VERSION_3 for explanation about why xShadowName is not supported.

The caller take the ownership of the returned sqlite3_module and is responsible to release it by invoking sqlite3_module.close.