import { type ConnectionOptions } from "https://dotland.deno.dev/x/postgres@v0.19.0/connection/connection_params.ts";
Additional granular database connection options
Properties
By default, any client will only attempt to stablish connection with your database once. Setting this parameter will cause the client to attempt reconnection as many times as requested before erroring
default: 1