Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liquibase/liquibase-extension-example
Example repository for creating your own Liquibase extensions
https://github.com/liquibase/liquibase-extension-example
core extension oss
Last synced: 3 months ago
JSON representation
Example repository for creating your own Liquibase extensions
- Host: GitHub
- URL: https://github.com/liquibase/liquibase-extension-example
- Owner: liquibase
- License: apache-2.0
- Created: 2021-06-25T15:06:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T12:07:56.000Z (5 months ago)
- Last Synced: 2024-09-12T23:24:10.524Z (5 months ago)
- Topics: core, extension, oss
- Language: Java
- Homepage:
- Size: 78.1 KB
- Stars: 4
- Watchers: 12
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# liquibase-extension-example
Example repository for creating your own Liquibase CORE and Liquibase PRO extensions### Modify test.yml as per your requirement
* OSS-Extension : use the below reusable workflow block :
```uses: liquibase/build-logic/.github/workflows/[email protected]```* PRO-Extension : use the below reusable workflow block :
```uses: liquibase/build-logic/.github/workflows/[email protected]```