schema-evolution-manager VS Lombok

Compare schema-evolution-manager vs Lombok and see what are their differences.

schema-evolution-manager

Schema Evolution Manager makes it very simple for engineers to contribute schema changes to a postgresql database, managing the schema evolutions as proper source code. Schema changes are deployed as gzipped tarballs named with the corresponding git tag. (by mbryzek)

Lombok

Very spicy additions to the Java programming language. (by rzwitserloot)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
schema-evolution-manager Lombok
1 94
265 12,597
- 0.8%
0.0 8.9
over 1 year ago 24 days ago
Ruby Java
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

schema-evolution-manager

Posts with mentions or reviews of schema-evolution-manager. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-23.
  • How do you guys go about the persistence layer?
    6 projects | /r/java | 23 Mar 2022
    I'm a fan of Flyway, and it can integrate pretty well into Dropwizard & Spring, but I vastly prefer separating the schema (DDL) into its own repository, in which case Java seems like an over-complication. SEM is a good, open-source tool that functions more or less like Flyway and doesn't need to load the entire Java framework to get going.

Lombok

Posts with mentions or reviews of Lombok. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-19.

What are some alternatives?

When comparing schema-evolution-manager and Lombok you can also consider the following projects:

jtaf4 - JTAF - Java Track and Field

JHipster - JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."

Ebean ORM - Ebean ORM

Immutables - Annotation processor to create immutable objects and builders. Feels like Guava's immutable collections but for regular value objects. JSON, Jackson, Gson, JAX-RS integrations included

Spring - Spring Framework

manifold - Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.

SQLDelight - SQLDelight - Generates typesafe Kotlin APIs from SQL

Auto - A collection of source code generators for Java.

record-builder - Record builder generator for Java records

AspectJ

JavaParser - Java 1-17 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.

Spring Loaded - Java agent that enables class reloading in a running JVM