Module sqlite_loadable::prelude
source · Expand description
Commonly used sqlite-loadable items for easy glob imports.
Re-exports
pub use crate::FunctionFlags;
Structs
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.
Type Aliases
- Equivalent to C’s
chartype. - Equivalent to C’s
unsigned inttype.
Attribute Macros
- Wraps an entrypoint function to expose an unsafe extern “C” function of the same name.
- Wraps an entrypoint function to expose an unsafe extern “C” function of the same name.