Lets start with a code example:

import { pool, sql } from "./db.js";

import { z } from "zod";

const getUser = (id: number) => {

return pool.one(