Y
Hacker News
new
|
ask
|
show
|
jobs
by
batmansmk
669 days ago
Pretty awesome. Would love to use it in CI and locally for our PG product. We use Prisma, so I guess we have to wait for the connector that looks like pg to plug it in.
3 comments
creativedg
669 days ago
I confirm it works perfectly in CI and locally. I'm using it in CI and locally.
Not sure about Prisma but it works with Drizzle ORM.
link
samwillis
669 days ago
pg-gateway from Supabase does exactly this, you can start a PGlite and then connect to it from any standard PG client:
https://github.com/supabase-community/pg-gateway
link
dboreham
669 days ago
Curious, what's the benefit vs running real PG in a container for this specific use case?
link
Not sure about Prisma but it works with Drizzle ORM.