<@U01SP2GJYAU> kind of an aside question, more of ...
# komapper
s
@Toshihiro Nakamura kind of an aside question, more of a curiosity really and a chance for me to learn something new eventually. In the official docs it is stated:
It is recommended that SCHEMA queries are used only for development purposes. For example, it is suitable for the following use cases:
• Create a sample application
• Get a base DDL statements in the early phases of the development project
DDL statements for production environments should be managed separately.
What would you recommend for managing the schema and schema migrations? I was going to default to Flyway but I'm curious if there's anything else you'd use
t
I don’t have particular expertise in schema migrations, but I think Flyway is a good choice.
👍 1