Function spacetimedb::sql::execute::run

source ยท
pub fn run(
    db: &RelationalDB,
    sql_text: &str,
    auth: AuthCtx
) -> Result<Vec<MemTable>, DBError>
Expand description

Run the SQL string using the auth credentials