import { type Session } from "https://dotland.deno.dev/x/postgres@v0.17.2/client.ts";
The Session representing the current state of the connection
Properties
This is the code for the transaction currently locking the connection. If there is no transaction ongoing, the transaction code will be null
This is the process id of the current session as assigned by the database on connection. This id will undefined when there is no connection stablished