How to populate a PostgreSQL test container in Go for integration testing
In this article I will show you how to setup a minimal test using testcontainers-go. We are going to extend some ideas from my last article on generating fake data to to insert random data into the te
May 30, 20266 min read