class Queryimport { Query } from "https://deno.land/x/postgres@v0.17.0/query/query.ts"; ConstructorsnewQuery(config: QueryObjectOptions, result_type: T)newQuery(text: string,result_type: T,args?: QueryArguments,)newQuery(config_or_text: string | QueryObjectOptions,result_type: T,args?: QueryArguments,)Type ParametersT extends ResultTypePropertiesargs: EncodedArg[]optionalcamelcase: booleanoptionalfields: string[]The explicitly set fields for the query result, they have been validated beforehand for duplicates and invalid names result_type: ResultTypetext: string