i like to use the following frameworks for database evolutions (migrations)
- liquibase
- flyway
- play framework evolutions

but they all have some drawbacks:

- liquibase: 
  - complicated rollbacks and tedious XML/SQL files that are very 
maintenance intensive
  - only transaction safe within each changeset (no full transactional 
safety for all changesets at once)

flyway:
  - no rollbacks (without commercial)

play framework evolutions:
  - no good support outside of the play framework world.

---

i somewhere read that (i dont know exactly where), that jooq also plans to 
provide an own database evolutions framework with jooq. 

Wanted to ask if there is something in the making... :) 

It could be nice to write typesafe Database Evolutions with Jooq, make 
rollbacks, convert them to SQL if needed outside of the framework, etc.

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jooq-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/d636129e-df4f-4d2f-a518-dc31c2ea2013n%40googlegroups.com.

Reply via email to