Comment on Ephemeral Postgres DatabasesComments−rubenv4yOr in Go, with full databases: https://github.com/rubenv/pgtest/−rad_gruchalski4yAnd the same but with Docker: https://gruchalski.com/posts/2021-04-24-on-software-testing-....−numlock864yI use the same approach but with other languages and runtimes like Java, .NETcore/C# or NodeJS, as this is basically just a CLI wrapper for pg anyway. Works very well and doesn't come with all the overhead.
Comments
Or in Go, with full databases: https://github.com/rubenv/pgtest/
And the same but with Docker: https://gruchalski.com/posts/2021-04-24-on-software-testing-....
I use the same approach but with other languages and runtimes like Java, .NETcore/C# or NodeJS, as this is basically just a CLI wrapper for pg anyway. Works very well and doesn't come with all the overhead.