Skip to main content

sqlite_objs_vfs_register_with_ops

Function sqlite_objs_vfs_register_with_ops 

Source
pub unsafe extern "C" fn sqlite_objs_vfs_register_with_ops(
    ops: *mut azure_ops_t,
    ctx: *mut c_void,
    makeDefault: c_int,
) -> c_int
Expand description

Register the “sqlite-objs” VFS with an explicit ops vtable and context.

Convenience wrapper for test code.