Comment on Test Postgres in Python Like SQLiteComments−ArcaneMoose1yI recently struggled with PGlite for a while and ended up using full postgres via https://github.com/leinelissen/embedded-postgres which worked like a charm!−hardwaresofton1yTIL this exists, thank you! It's seems obvious in retrospect.Would love to see a benchmark between this, pglite and testcontainers.−wey-guOP1yThanks, duno this before and it looks like the ultimate shape py-pglite in js world~~
Comments
I recently struggled with PGlite for a while and ended up using full postgres via https://github.com/leinelissen/embedded-postgres which worked like a charm!
TIL this exists, thank you! It's seems obvious in retrospect.
Would love to see a benchmark between this, pglite and testcontainers.
Thanks, duno this before and it looks like the ultimate shape py-pglite in js world~~