import * as mod from "https://dotland.deno.dev/x/postgres@v0.19.3/query/query.ts";
Classes
This class is used to handle the query to be executed by the database | |
This class is used to handle the result of a query that returns an array | |
This class is used to handle the result of a query that returns an object | |
This class is used to handle the result of a query | |
Class to describe a row |
Enums
Type of a query result |
Functions
This function transforms template string arguments into a query |
Interfaces
Options to control the behavior of a Query instance | |
Types of options |
Type Aliases
Type of query to be executed | |
Types of arguments passed to a query |