Kana
Importing pgClient when using bun
The docs mention that to use the pgClient to interact with your database you can use the following line
import { pgClient } from 'https://deno.land/x/windmill@v1.88.1/mod.ts';
But what would be the bun equivalent? I've been tinkering with it for a bit now and can't seem to get it to work.3 replies