# sqldiff mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für sqldiff in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:sqldiff
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install sqldiff
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:sqldiff
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/sqldiff>
- **Version:** 3.53.4
- **Quellzusammenfassung:** Displays the differences between SQLite databases
- **Homepage:** <https://www.sqlite.org/sqldiff.html>
- **Upstream-Dokumentation:** <https://www.sqlite.org/sqldiff.html>
- **Lizenz:** blessing
- **Quellarchiv:** <https://www.sqlite.org/2026/sqlite-src-3530400.zip>
- **Zuletzt aktualisiert:** 2026-07-25T14:38:49Z
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- sqldiff (cli)
- sqldiff (Alias)

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 3.53.4
- Manager aktualisiert: 2026-07-25
- lokale Daten: OK
- Upstream-Repository: https://www.sqlite.org/sqldiff.html
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

sqldiff is the SQLite project's command-line database difference utility. It compares two SQLite databases and usually emits SQL that transforms the first database into the second.

### Projektgeschichte

sqldiff is documented as part of the official SQLite toolset rather than as a separate standalone project. The SQLite source repository is managed in Fossil at sqlite.org/src, and the SQLite README emphasizes that this Fossil repository contains the official source history.

### Adoptionsgeschichte

As a small companion utility to SQLite, sqldiff is mostly adopted through SQLite-oriented packaging. The input metadata lists a Homebrew formula with the sqldiff executable, giving macOS and Linuxbrew users an easy way to install the database-diff tool without building SQLite source utilities themselves.

### Wie es verwendet wird

The basic invocation is sqldiff database1.sqlite database2.sqlite. Options can emit summaries, limit comparison to schema or a table, wrap output in a transaction, or produce a binary changeset for SQLite's session extension.

### Warum Paket-Nerds sich dafür interessieren

Package nerds care about sqldiff because it is a tiny, official SQLite-adjacent CLI that does one packageable job well: inspect and script differences between database files. It is useful in migrations, fixtures, reproducible tests, and debugging binary database changes.

### Zeitleiste

- 2000: SQLite source history begins, according to the SQLite source README.
- Current docs: sqldiff is documented as sqldiff.exe, a command-line database difference utility.
- 2023: sqldiff documentation page last updated on 2023-01-06.

### Related projects

- sqldiff is related to SQLite itself and to the SQLite session extension when using the --changeset mode.

### Quellen

- <https://github.com/sqlite/sqlite#readme>
- <https://www.sqlite.org/sqldiff.html>
- <https://www.sqlite.org/src>
- input.source_facts.package-manager


## Sicherheitshinweise

Für sqldiff wurde kein passendes lokales Secret-Handling-Manifest gefunden. Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.


## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** sqldiff
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## Verwandte Links

- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/de/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [sqlx-cli](https://pkg.so/de/brew/sqlx-cli/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql, sqlite.
- [dbmate](https://pkg.so/de/brew/dbmate/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql, sqlite.
- [snowflake-cli](https://pkg.so/de/brew/snowflake-cli/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.
- [sqlc](https://pkg.so/de/brew/sqlc/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.
- [sqlpage](https://pkg.so/de/brew/sqlpage/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.
- [dbhash](https://pkg.so/de/brew/dbhash/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sqlite.
- [sql-lint](https://pkg.so/de/brew/sql-lint/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.
- [jet](https://pkg.so/de/brew/jet/) - Shares pkgdb curated category or tags: cli, database, developer-tools, sql.

## Combined YAML source

View the package source record on GitHub. [combined/sqldiff.yml](https://github.com/mxcl/pkgdb/blob/main/combined/sqldiff.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
