go-testfixtures / testfixtures

Ruby on Rails like test fixtures for Go. Write tests against a real database
https://pkg.go.dev/github.com/go-testfixtures/testfixtures/v3?tab=doc
MIT License
1.12k stars 80 forks source link

feat(postgres): run init queries concurrently #205

Closed slsyy closed 4 months ago

slsyy commented 4 months ago

so it takes less time

i have tested it with a -race flag

andreynering commented 4 months ago

@slsyy Good idea. Thanks!