https://github.com/graceframework/grace-database-migration
Helps you manage database changes while developing Grace applications
https://github.com/graceframework/grace-database-migration
database-management database-migration graceframework plugin
Last synced: about 1 month ago
JSON representation
Helps you manage database changes while developing Grace applications
- Host: GitHub
- URL: https://github.com/graceframework/grace-database-migration
- Owner: graceframework
- License: apache-2.0
- Created: 2023-11-29T16:55:56.000Z (almost 2 years ago)
- Default Branch: 7.0.x
- Last Pushed: 2025-07-17T04:54:38.000Z (3 months ago)
- Last Synced: 2025-07-23T04:10:04.818Z (3 months ago)
- Topics: database-management, database-migration, graceframework, plugin
- Language: Groovy
- Homepage: https://graceframework.org/grace-database-migration/latest
- Size: 3.2 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/graceframework/grace-database-migration/actions?query=workflow%3A%Grace+CI%22)
[](https://opensource.org/licenses/Apache-2.0)
[](https://search.maven.org/search?q=g:org.graceframework.plugins)
[](https://graceframework.org/grace-database-migration/latest/)
[](https://x.com/graceframework)[](https://groovy-lang.org/releasenotes/groovy-4.0.html)
[](https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0-M1)# Grace Database Migration Plugin
## Overview
Grace Database Migration plugin helps you manage database changes while developing Grace applications. The plugin uses the [Liquibase](https://liquibase.com) library.
## Versions
To make it easier for users to use and upgrade, Plugin adopts a version policy consistent with the [Grace Framework](https://github.com/graceframework/grace-framework).
| Plugin Version | Grace Version |
|----------------|---------------|
| 7.0.x | 2024.0.x |
| 6.3.x | 2023.3.x |
| 6.2.x | 2023.2.x |
| 6.1.x | 2023.1.x |
| 6.0.x | 2023.0.x |
| 5.2.x | 2022.2.x |
| 5.1.x | 2022.1.x |
| 5.0.x | 2022.0.x |## Ducumentation
* [7.0.x](https://graceframework.org/grace-database-migration/7.0.x/)
## Links
- [Grace Framework](https://github.com/graceframework/grace-framework)
- [Grace Plugins](https://github.com/grace-plugins)
- [Grace Data Hibernate](https://github.com/graceframework/grace-data-hibernate)