Expand description
Raw FFI bindings to the sqlite-objs C library.
This crate provides low-level unsafe bindings to the sqlite-objs VFS.
Most users should use the sqlite-objs crate instead, which provides
a safe, idiomatic Rust API.
Structs§
- azure_
ops_ t - Opaque type for Azure operations vtable (defined in azure_client.h)
- sqlite_
objs_ config_ t - Configuration for the sqlite-objs VFS.
Constants§
Functions§
- sqlite_
objs_ ⚠vfs_ register - Register the “sqlite-objs” VFS.
- sqlite_
objs_ ⚠vfs_ register_ uri - Register the “sqlite-objs” VFS with no global Azure client.
- sqlite_
objs_ ⚠vfs_ register_ with_ config - Register the “sqlite-objs” VFS with an explicit configuration.
- sqlite_
objs_ ⚠vfs_ register_ with_ ops - Register the “sqlite-objs” VFS with an explicit ops vtable and context.