top | item 47110369 (no title) janmarsal | 7 days ago Postgres is amazing and ORM is your friend. Migrations alone is a good reason why using ORMs is a good idea. discuss order hn newest manuelabeledo|7 days ago Migrations aren’t necessarily tied to ORMs. There are tons of tools out there to run migrations and nothing else. andreldm|7 days ago Agreed, in many Spring projects I worked migrations were handled by flyway or liquibase while the ORM was always Hibernate.
manuelabeledo|7 days ago Migrations aren’t necessarily tied to ORMs. There are tons of tools out there to run migrations and nothing else. andreldm|7 days ago Agreed, in many Spring projects I worked migrations were handled by flyway or liquibase while the ORM was always Hibernate.
andreldm|7 days ago Agreed, in many Spring projects I worked migrations were handled by flyway or liquibase while the ORM was always Hibernate.
manuelabeledo|7 days ago
andreldm|7 days ago