Function spacetimedb_bindings_sys::get_table_id

source ·
pub fn get_table_id(name: &str) -> Result<TableId, Errno>
Expand description

Queries and returns the table_id associated with the given (table) name.

Returns an error if the table does not exist.