Returns the requested structure, searches by the specified filter
with given params
The filter is not further escaped, so programmer needs to make sure
not to properly escape or enclose reserved keywords (like user -> "user")
so PostgreSQL can understand them.
If not rows are returned, a Nullable null value is returned
Returns the requested structure, searches by the specified filter with given params
The filter is not further escaped, so programmer needs to make sure not to properly escape or enclose reserved keywords (like user -> "user") so PostgreSQL can understand them.
If not rows are returned, a Nullable null value is returned