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.
- Low-level wrapper around an entrypoint to a SQLite extension that loads permanently. You shouldn’t have to use this directly - the sqlite_entrypoint_permanent macro will do this for you.