$sqlite->where()
$sqlite->where(string|array|null $where, array $bindings = [ ]): arrayParameters
| Name | Type | Default | 
|---|---|---|
| $where * | string|array|null | – | 
| $bindings | array | [ ] | 
Return type
array
Parent class
  Kirby\Database\Sql\Sqlite    inherited from Kirby\Database\Sql