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