{
table: "users",
alias: "Testusers",
schema: "custom",
rowsHandler: fn(rows, method: 'select' | 'count' | 'update' | 'delete'),
}
async execute() // Return PG result
async rows() // Return rows of PG result
async result() // Return summary of count_rows, use only with count
async query() // Return raw query text