Managing Distributed Transactions in PostgreSQL and Golang using two phase commit
If you're building a distributed system with PostgreSQL as the database backend, you might have encountered issues with managing transactions across multiple nodes. When a transaction spans multiple databases, ensuring atomicity and consistency can b...
blog.gkomninos.com2 min read