select_one
Select a single row from a table.
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| table (required) | Name of the table to select from. | str | None |
| where | Dictionary of conditions for the WHERE clause. Optional[dict]: The first matching row, or None if no rows match. | dict | None |