Function mprintf

Source
pub fn mprintf(base: &str) -> Result<*mut c_char, MprintfError>
Expand description

Calls sqlite3_mprintf on the given string, with memory allocated by sqlite3. Meant to be passed into sqlite APIs that require sqlite-allocated strings, like virtual table’s zErrMsg or xBestIndex’s idxStr