Fork me on GitHub
#sql
<
2022-07-25
>
Eugen19:07:26

hi, this is a FYI - in the hopes that someone might be interested. We added testcontainers tests to migratus https://github.com/yogthos/migratus/pull/216 . Right now we test using a PostgreSQL docker image. We plan to support as many databases as we can. I added PostgreSQL support because I use the db and I would like for migratus to work with it. Please consider submitting a PR for your favorite database (it needs a public docker container). We would love to support at least the most popular databases. It should be as simple as a copy/paste + adaptation.

1