@postgres/query
Description
DatabaseSource code
TODO
Options
resource
ResourceRef
Resource is the name of the connection resource to use.
sql
string
SQL is the SQL query to execute.
args
string (Value expression)[]
Args are the evaluations to use as arguments for the SQL query.
single
bool
Single indicates a single row should be returned if found.