database_cleaner-active_record
database_cleaner-active_record copied to clipboard
Can we test other databases?
AR has adapters for a lot more than Sqlite, MySQL, and PostgreSQL. Can we test our code that works against those, too? What does the AR repo do about this?
Looks like Rails only runs CI on those big three.
IBM DB apparently has an free version that we might be able to use: https://github.com/travis-ci/travis-ci/issues/2336
SQL Server appears to be possible, too: https://github.com/dotnet/efcore/pull/7842
Even Oracle appears to be possible! https://github.com/rsim/oracle-enhanced
@botandrose That sounds interesting. I think that the main limitation is the CI service we are using: https://docs.travis-ci.com/user/database-setup