Ask HN: Integration testing with Database for OSS
I have an open source project that I run that requires database access in order to function properly. It currently supports MySql and Postgres and has queries that are specific to both databases (such as finding primary and foreign keys for each table). My question is what is best practice for an integration test when it comes to OSS, especially small, virtually unknown projects? I've thought of setting up a free instance of Amazon's RDS but am hesitant to put that information out in the repo as who knows what people will do with it (even if it is read only). Any other ways to test the integration (maybe with docker)?
2 comments
[ 4.5 ms ] story [ 13.3 ms ] thread