Dostoevskey / celesta

DB migrations, SQL & testing for Java

Home Page:https://courseorchestra.github.io/celesta/en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Celesta

Build Status Maven Central

Celesta is a set of tools for Java backend developers who want easier ways to deliver RDBMS-backed software.

This is a Java library with a Maven plugin that provides database migrations, ORM and testing.

Unlike e. g. Hibernate + Liquibase, Celesta does not require one to keep in mind the schema design and migrations separately, and provides a fast and lightweight way to unit-test the code that works with the database.

Documentation

How to Contribute

Feel free to ask a question, open an issue or submit a PR.

For more details, see CONTRIBUTING.md.

Related Tools

Useful Links

About

DB migrations, SQL & testing for Java

https://courseorchestra.github.io/celesta/en

License:GNU Lesser General Public License v3.0


Languages

Language:Java 99.9%Language:Shell 0.1%Language:HTML 0.0%