import { type Float8 } from "https://deno.land/x/postgres@v0.19.0/query/types.ts";
Decimal-like string. Uses dot to split the decimal
Example: 1.89, 2, 2.1
https://www.postgresql.org/docs/14/datatype-numeric.html#DATATYPE-FLOAT
import { type Float8 } from "https://deno.land/x/postgres@v0.19.0/query/types.ts";
Decimal-like string. Uses dot to split the decimal
Example: 1.89, 2, 2.1
https://www.postgresql.org/docs/14/datatype-numeric.html#DATATYPE-FLOAT