pub async fn init_sqlite_with_opts(
opts: SQLiteOpts,
) -> Result<&'static SQLite, SQLiteError>
Expand description
Initialize sqlite and opfs vfs with options
pub async fn init_sqlite_with_opts(
opts: SQLiteOpts,
) -> Result<&'static SQLite, SQLiteError>
Initialize sqlite and opfs vfs with options