select_by_id
Select a single row from a table by its ID.
Parameters
Name | Description | Type | Default |
---|---|---|---|
table (required) | Name of the table to select from. | str | None |
id (required) | ID of the row to select. Optional[dict]: The matching row, or None if no row matches. | str | None |