Fork me on GitHub
#sql
<
2022-08-17
>
souenzzo21:08:18

Let's say that I wanna write an application using next.jdbc How should I manage my schema/migrations? what are the tools available? There is language agnostic solutions?

JohnJ23:08:59

check out flyway

seancorfield04:08:03

Migratus would be my suggestion.

1