sqlite3_powersync_init

Function sqlite3_powersync_init 

Source
#[unsafe(no_mangle)]
pub extern "C" fn sqlite3_powersync_init( db: *mut sqlite3, err_msg: *mut *mut c_char, api: *mut api_routines, ) -> c_int
Expand description

The entrypoint for the PowerSync SQLite core extension.

When compiling this Rust crate into a dynamic library, it can be used by embedders to load it through SQLite’s opening mechanism.