pkg.soopen package index

brew / 排名 2065

使用 Homebrew, apk, chocolatey, Nix, scoop, winget 安装 liquibase

查看 liquibase 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install liquibase

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add liquibase

Alpine Linux edge package indexes · liquibase · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#liquibase

nixpkgs package indexes · pkgs/by-name/li/liquibase/package.nix · 来源: api.github.com

Windows

Chocolatey已验证 · 92%
choco install liquibase

Chocolatey community package catalog · liquibase · 来源: community.chocolatey.org

Scoop已验证 · 92%
scoop install main/liquibase

Scoop official bucket manifest trees · bucket/liquibase.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id Liquibase.Liquibase -e

Windows Package Manager source index · Liquibase.Liquibase · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Library for database change tracking

命令和别名

  • liquibase

历史

项目历史与用法

Liquibase is a database change management project and CLI that turns schema and data changes into versioned changelog files, records which changesets have run, and supports repeatable deployment and rollback workflows.

项目历史

Nathan Voxland founded the Liquibase open-source project in 2006 to make database changes easier to track. The project developed into a Java-based database migration ecosystem with command-line usage, embeddable libraries, build-tool integrations, and commercial governance products around the same core workflow.

The main source repository is the liquibase/liquibase GitHub project. The documentation site distinguishes Liquibase Community from Liquibase Secure, but both build around the same core concepts of changelogs, changesets, checksums, update operations, rollback operations, and database history tables.

采用历史

Liquibase adoption followed the rise of database DevOps: teams wanted schema changes reviewed, versioned, and deployed alongside application code instead of kept as ad hoc DBA scripts. Support for SQL, XML, YAML, and JSON changelogs made it usable across teams with different preferences.

Package managers carry Liquibase because developers and CI workers need a reproducible CLI. The Homebrew formula also records packaging details that differ from the cask path: it uses the liquibase formula name, depends on openjdk, and tells users to set LIQUIBASE_HOME to the formula libexec directory.

使用方式

A typical Liquibase project stores changelogs in the repository, points Liquibase at a target database and JDBC driver, then runs update or rollback commands. Liquibase records execution in DATABASECHANGELOG and uses checksums to notice changes to previously deployed changesets.

The Homebrew formula is the package-manager-oriented CLI path for brew install liquibase. In this batch it records stable version 4.33.0, while the cask:liquibase-community package records the vendor Community cask at version 5.0.3.

为什么软件包爱好者会关心

Liquibase is a classic developer-tool package because it lives in local shells, CI images, Docker workflows, and build systems but acts on external databases. Correct packaging has to balance Java runtime dependency, driver extensibility, config-file conventions, and command-line reproducibility.

The formula/cask split is package-nerd useful: the formula presents Liquibase as a Homebrew-managed CLI with an OpenJDK dependency and LIQUIBASE_HOME guidance, while the cask presents Liquibase Community as a vendor-distributed application archive.

时间线

  • 2006: Nathan Voxland founded the Liquibase open-source project.
  • 2010s: Liquibase expanded from a Java database migration library into a broader DevOps command-line and integration ecosystem.
  • 2020: Liquibase company branding aligned with the project name and the product family around Community and commercial offerings.
  • 2025: Liquibase documentation described Community changelogs in SQL, XML, YAML, and JSON and continued documenting DATABASECHANGELOG behavior.
  • 2026: The Homebrew formula record for this batch identifies liquibase stable 4.33.0 with an OpenJDK dependency and LIQUIBASE_HOME guidance.

Related projects

  • Flyway is Liquibase's closest package-manager neighbor in database migration tooling.
  • Related tooling includes JDBC drivers, Maven and Gradle plugins, Docker images, database diff tools, CI/CD systems, and commercial database DevOps products.

安全态势

风险级别:blue

broad file, network, media, or database tool signal.

风险分类器

blue 风险 · 中 置信度 · tool

原因

  • broad file, network, media, or database tool signal

信号

  • text:database

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
./liquibase.properties$LIQUIBASE_HOME/examples/<sql|xml|yaml|json>/liquibase.properties

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
./liquibase.propertiespath supplied with --driver-properties-file

可执行文件

已安装的可执行文件

命令类型暴露范围备注
liquibase可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本4.33.0
管理器更新时间
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:liquibase
版本4.33.0
软件包管理器Homebrew
主页https://www.liquibase.org/
仓库https://github.com/liquibase/liquibase
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

liquibase

nix profile install nixpkgs#liquibase
  • normalized package name match
  • 匹配方式:Liquibase
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/liquibase/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

liquibase 4.9.1-r0

Source Control for your Database

https://www.liquibase.org/

sudo apk add liquibase
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: liquibase
  • 1 依赖
  • normalized package name match
  • 匹配方式:Liquibase
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: liquibase from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

liquibase-doc 4.9.1-r0

Source Control for your Database (documentation)

https://www.liquibase.org/

sudo apk add liquibase-doc
  • License: Apache-2.0
  • Architecture: x86_64
  • Source Package: liquibase
  • normalized package name match
  • 匹配方式:Liquibase
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: liquibase-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
Chocolatey95%

liquibase

choco install liquibase
  • normalized package name match
  • 匹配方式:Liquibase
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: liquibase from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','lftp'
Scoop95%

main/liquibase

scoop install main/liquibase
  • normalized package name match
  • 匹配方式:Liquibase
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/liquibase.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Liquibase.Liquibase

winget install --id Liquibase.Liquibase -e
  • normalized package name match
  • 匹配方式:Liquibase
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Liquibase.Liquibase from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation