Table refers to a table by name. Pass it to the CRUD builders to target every record in the table.
Source: surrealdb.kotlin
Constructor
| Parameter | Type | Description |
|---|---|---|
name | String | The table name. |
When bound into a query, a Table is rendered with type::table(name) so the value is always passed safely.