Would have loved to used Bun sql but it crash when using variables for a server make with pglite/pg-gateway.
I open an issue: https://github.com/oven-sh/bun/issues/17720
i can't find any way to circumvent the crash 😦 .
GitHub
How can we reproduce the crash? if not using the parameter the query pass, otherwise it crash. here the minimal reproducing test: import { PGlite } from "@electric-sql/pglite"; import { S...