Software Alternatives & Reviews

How do you guys go about the persistence layer?

MyBATIS Liquibase Flyway
  1. MyBatis is a top-rated SQL-based data mapping solution used by Programmers, Software Engineers, and Database Architects for developing object-oriented software applications.
    Other tools you can look at for the data layer are MyBatis (https://mybatis.org/mybatis-3/) and JOOQ (https://www.jooq.org) they put you a little closer to the database than JPA/Hibernate.

    #Development #Tool #Web Frameworks 2 social mentions

  2. Database schema change management and release automation solution.
    As far as keeping track of domain changes you can store DDL files in version control like you mention or use tools like Flyway (https://flywaydb.org) or Liquidbase (https://liquibase.org) which takes care of database migrations.

    #MySQL Tools #Development #Online Services 5 social mentions

  3. 3
    Flyway is a database migration tool.
    Pricing:
    As far as keeping track of domain changes you can store DDL files in version control like you mention or use tools like Flyway (https://flywaydb.org) or Liquidbase (https://liquibase.org) which takes care of database migrations.

    #MySQL Tools #Development #Online Services 57 social mentions

Discuss: How do you guys go about the persistence layer?

Log in or Post with