Module sqlite_loadable::entrypoints
source · Expand description
Utilities for working with SQLite’s “sqlite3_extension_init”-style entrypoints.
Functions
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.