Open bearrito opened 8 months ago
It looks like the unit tests for this project require installing host level db instances. That's reasonable given the projects inception date.
However, I think there are better alternatives available.
Namely using https://github.com/testcontainers/testcontainers-go
Advantages
If the maintainers accepted this I would contribute the suite.
As a user of this lib who was thinking about adding test coverage for clickhouse. This would be great.
It looks like the unit tests for this project require installing host level db instances. That's reasonable given the projects inception date.
However, I think there are better alternatives available.
Namely using https://github.com/testcontainers/testcontainers-go
Advantages
If the maintainers accepted this I would contribute the suite.