#[unsafe(no_mangle)]pub extern "C" fn sqlite3_powersync_init(
db: *mut sqlite3,
err_msg: *mut *mut c_char,
api: *mut api_routines,
) -> c_intExpand 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.