5 ms·
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 plu
by batmansmk 2y 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.
- dboreham 2y agoCurious, what's the benefit vs running real PG in a container for this specific use case?
- creativedg 2y agoI 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.
- samwillis 2y agopg-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 https://github.com/supabase-community/pg-gateway