Divyendu Singh

Results 84 comments of Divyendu Singh

Related https://github.com/xataio/pgroll/issues/169

It defaults to postgres tools but the behavior is slightly different. Default postgres tools use the current logged in user AND respect [documented env vars](https://www.postgresql.org/docs/current/libpq-envars.html). `pgroll` has slightly different defaults...

I believe these are related https://github.com/electric-sql/pglite/issues/414 We can use docs for all bundler that don't support equivalent of ``` new URL('./relative/path/to/file', import.meta.url) ```

I've successfully implemented a workaround for using PGlite with `bun build --compile` based on https://github.com/electric-sql/pglite/issues/478#issuecomment-2558377422. Instead of using a CDN, I embedded the WASM files directly using Bun's `with {...