Y
Hacker News
new
|
ask
|
show
|
jobs
by
rubenv
1672 days ago
Or in Go, with full databases:
https://github.com/rubenv/pgtest/
2 comments
rad_gruchalski
1672 days ago
And the same but with Docker:
https://gruchalski.com/posts/2021-04-24-on-software-testing-...
.
link
numlock86
1671 days ago
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.
link