Module prelude

Source
Expand description

Commonly used sqlite-loadable items for easy glob imports.

Re-exports§

pub use crate::FunctionFlags;

Structs§

sqlite3
sqlite3_api_routines
sqlite3_context
sqlite3_value
sqlite3_vtab
sqlite3_vtab_cursor

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.

Type Aliases§

c_char
Equivalent to C’s char type.
c_uint
Equivalent to C’s unsigned int type.

Attribute Macros§

sqlite_entrypoint
Wraps an entrypoint function to expose an unsafe extern “C” function of the same name.