import { type Timestamp } from "https://deno.land/x/postgres@v0.19.0/query/types.ts";
Additional to containing normal dates, they can contain 'Infinity' values, so handle them with care
definition: Date | number
import { type Timestamp } from "https://deno.land/x/postgres@v0.19.0/query/types.ts";
Additional to containing normal dates, they can contain 'Infinity' values, so handle them with care