{"id":19243460,"url":"https://github.com/bootique/bootique-liquibase","last_synced_at":"2025-04-21T09:33:05.322Z","repository":{"id":2967256,"uuid":"48028237","full_name":"bootique/bootique-liquibase","owner":"bootique","description":"Integration of Liquibase with Bootique","archived":false,"fork":false,"pushed_at":"2025-04-19T13:22:45.000Z","size":229,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-19T18:03:28.226Z","etag":null,"topics":["bootique","liquibase","migrate-database","migration-tool","migrations"],"latest_commit_sha":null,"homepage":"http://bootique.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bootique.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-12-15T07:59:04.000Z","updated_at":"2025-04-19T13:22:48.000Z","dependencies_parsed_at":"2025-04-19T14:37:42.725Z","dependency_job_id":"ea2f4132-0c58-4e44-837a-dcb59514d370","html_url":"https://github.com/bootique/bootique-liquibase","commit_stats":null,"previous_names":["nhl/bootique-liquibase"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-liquibase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-liquibase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-liquibase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-liquibase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bootique","download_url":"https://codeload.github.com/bootique/bootique-liquibase/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250032306,"owners_count":21363814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootique","liquibase","migrate-database","migration-tool","migrations"],"created_at":"2024-11-09T17:18:04.864Z","updated_at":"2025-04-21T09:33:00.304Z","avatar_url":"https://github.com/bootique.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n  Licensed to ObjectStyle LLC under one\n  or more contributor license agreements.  See the NOTICE file\n  distributed with this work for additional information\n  regarding copyright ownership.  The ObjectStyle LLC licenses\n  this file to you under the Apache License, Version 2.0 (the\n  \"License\"); you may not use this file except in compliance\n  with the License.  You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing,\n  software distributed under the License is distributed on an\n  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n  KIND, either express or implied.  See the License for the\n  specific language governing permissions and limitations\n  under the License.\n  --\u003e\n\n[![build test deploy](https://github.com/bootique/bootique-liquibase/actions/workflows/maven.yml/badge.svg)](https://github.com/bootique/bootique-liquibase/actions/workflows/maven.yml)\n[![Maven Central](https://img.shields.io/maven-central/v/io.bootique.liquibase/bootique-liquibase.svg?colorB=brightgreen)](https://search.maven.org/artifact/io.bootique.liquibase/bootique-liquibase/)\n\n# bootique-liquibase\n\nProvides [Liquibase](http://liquibase.org) integration with [Bootique](http://bootique.io).\n\n*For additional help/questions about this example send a message to\n[Bootique forum](https://groups.google.com/forum/#!forum/bootique-user).*\n   \n## Prerequisites\n      \n    * Java 1.8 or newer.\n    * Apache Maven.\n      \n# Setup\n\n## Add bootique-liquibase to your build tool\n**Maven**\n```xml\n\u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eio.bootique.bom\u003c/groupId\u003e\n            \u003cartifactId\u003ebootique-bom\u003c/artifactId\u003e\n            \u003cversion\u003e3.0-M4\u003c/version\u003e\n            \u003ctype\u003epom\u003c/type\u003e\n            \u003cscope\u003eimport\u003c/scope\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/dependencyManagement\u003e\n\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.bootique.liquibase\u003c/groupId\u003e\n    \u003cartifactId\u003ebootique-liquibase\u003c/artifactId\u003e\n\u003c/dependency\u003e\n```\n## Available commands\n\n```\nOPTIONS\n      --catalog=catalog_name\n           Catalog against which 'liquibase dropAll' will be executed.\n\n      --config=yaml_location\n           Specifies YAML config location, which can be a file path or a URL.\n\n      -h, --help\n           Prints this message.\n\n      -H, --help-config\n           Prints information about application modules and their configuration\n           options.\n\n      --lb-changelog-sync\n           Mark all changes as executed in the database.\n\n      --lb-changelog-sync-sql\n           Writes SQL to mark all changes as executed in the database to STDOUT.\n\n      --lb-clear-check-sums\n           Clears all checksums in the current changelog, so they will be\n           recalculated next update.\n\n      -x [val], --lb-context[=val]\n           Specifies Liquibase context to control which changeSets will be\n           executed in migration run.\n\n      -d [val], --lb-default-schema[=val]\n           Specifies the default schema to use for managed database objects and\n           for Liquibase control tables.\n\n      --lb-drop-all\n           Drops all database objects in the configured schema(s). Note that\n           functions, procedures and packages are not dropped.\n\n      -u, --lb-update\n           Updates DB with available migrations\n\n      -v, --lb-validate\n           Checks the changelog for errors.\n\n      -s schema_name, --schema=schema_name\n           Schema against which 'liquibase dropAll' will be executed.\n```\n\n## Example Project\n\n[bootique-liquibase-demo](https://github.com/bootique-examples/bootique-liquibase-demo)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootique%2Fbootique-liquibase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootique%2Fbootique-liquibase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootique%2Fbootique-liquibase/lists"}