Live data from Hacker News

Instant database clones with PostgreSQL 18

boringsql.com

1–10 of 168 posts

Re: Instant database clones with PostgreSQL 18

#7

It looks very interesting for integration tests

We do this, preview deploys, and migration dry runs using Neon Postgres’s branching functionality - seems one benefit of that vs this is that it works even with active connections which is good for doing these things on live databases.

Re: Instant database clones with PostgreSQL 18

#10

For anyone looking for a simple GUI for local testing/development of Postgres based applications. I built a tool a few years ago that simplifies the process: https://github.com/BenjaminFaal/pgtt

Would love to see a snapshot of the GUI as part of the README.md.

Also docker link seems to be broken.

Post reply on HN