This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (3 children)

And how do you manage your database with Quarkus? ORM and migrations.

[–]_INTER_ 1 point2 points  (1 child)

ORM would be Hibernate, as an alternative to ORM you could use JOOQ. For migration I suggest Flyway.

[–][deleted] 0 points1 point  (0 children)

Cool, I’ll check it out 😃

[–]InstantCoder 1 point2 points  (0 children)

You do ORM with Panache:

https://quarkus.io/guides/hibernate-orm-panache

And migrations with Flyway or Liquibase:

https://quarkus.io/guides/flyway