Module entrypoints

Source
Expand description

Utilities for working with SQLite’s “sqlite3_extension_init”-style entrypoints.

Functions§

register_entrypoint
Low-level wrapper around a typical entrypoint to a SQLite extension. You shouldn’t have to use this directly - the sqlite_entrypoint macro will do this for you.