KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
celesta
★ 83
Open GitHub ↗
DB migrations, SQL & testing for Java
Download README (.md)
Explore Similar Repositories
test-infra
:
Test infrastructure for the Knative project
kolor
:
A library to print colored strings, with Kotlin.
egg-sofa-rpc
:
SOFARPC plugin for egg
excel-io
:
Object-oriented java Excel library
CSGNet
:
CSGNet: Neural Shape parser for Constructive Solid Geometry
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
celesta
?
Download (.md)
# Celesta [](https://github.com/CourseOrchestra/celesta/actions/workflows/main.yml) [](https://central.sonatype.com/artifact/ru.curs/celesta-parent) <img align="left" src="celesta_duke.png" width="200px"> 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 * User Guide: [English](https://courseorchestra.github.io/celesta/en) / [Russian](https://courseorchestra.github.io/celesta/ru) * [JavaDoc](https://courseorchestra.github.io/celesta/apidocs) * [Celesta Improvement Proposals](https://courseorchestra.github.io/cip/) ## How to Contribute Feel free to ask a question, open an issue or submit a PR. For more details, see [CONTRIBUTING.md](CONTRIBUTING.md). ## Related Tools * [spring-boot-starter-celesta](https://github.com/CourseOrchestra/spring-boot-starter-celesta) Celesta integration with Spring Boot. * [celesta-intellij-plugin](https://github.com/CourseOrchestra/celesta-intellij-plugin) Celesta plugin for for IntelliJ IDEA. * [CelestaDoc](https://github.com/CourseOrchestra/celestadoc): Celesta documentation report generator. * [DBSchemaSync](https://github.com/CourseOrchestra/dbschemasync): Celesta -- DBSchema sync utility. * [2Bass](https://github.com/CourseOrchestra/2bass): Database configuration-as-code tool. ## Useful Links * Overview in English: https://ponomarev.uk/blog/celesta * Overview in Russian: https://habrahabr.ru/post/455746/