import { Query } from "https://deno.land/x/postgres@v0.19.0/query/query.ts";
This class is used to handle the query to be executed by the database
Constructors
Type Parameters
T extends ResultType
Properties
args: EncodedArg[]
The explicitly set fields for the query result, they have been validated beforehand for duplicates and invalid names
result_type: ResultType