Rafael Garcia

QuicDB: PostgreSQL database branches - Instant database clones to speed up your team

by
QuicDB uses copy-on-write to create instant branches of your database that are disposable by design. It's perfect for development teams with large databases. Branches can be used for local development, PR environments, QA, staging, demo, etc.

Add a comment

Replies

Best
Rafael Garcia
Maker
📌
Large database are tricky to work with. Teams often spend quite a lot of time on internal tooling to have a proper development and test workflow as they often need real data to reliably develop and test features, queries, migrations, and so on. With QuicDB intant branches, teams can easily save tens of developer-hours per month, streamline development and QA workflows, and more. QuicDB comes with the `quic` CLI for easy branch management, simply `quic checkout ` to create an instant isolated clone and receive back a postgresql:// connection string to start working with. Deleting is as easy: `quic delete `. Use the same workflow in your CI/CD pipeline.