Selects all records of a model's table, a filtered subset, or a single record by id.
Arguments
| Arguments | Description |
|---|---|
model
|
The model type to select, e.g. Person.self.
|
where
| A predicate restricting which records are returned. |
limit / start
| Paginate the results by limiting the count and offsetting the start. |
recordID
|
Select a single record by its SurrealRecordID instead of a table.
|