# sqlite-rsync を Homebrew でインストール

sqlite-rsync のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:sqlite-rsync
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install sqlite-rsync
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:sqlite-rsync
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/sqlite-rsync>
- **バージョン:** 3.53.4
- **ソース概要:** SQLite remote copy tool
- **ホームページ:** <https://www.sqlite.org/>
- **上流ドキュメント:** <https://www.sqlite.org/>
- **ライセンス:** blessing
- **ソースアーカイブ:** <https://www.sqlite.org/2026/sqlite-src-3530400.zip>
- **最終更新:** 2026-07-25T14:38:49Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- sqlite3_rsync (cli)
- sqlite3_rsync (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 3.53.4
- マネージャ更新日: 2026-07-25
- ローカルデータ: OK
- 上流リポジトリ: https://www.sqlite.org/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

sqlite3_rsync is SQLite's database remote-copy tool. It exists for a package-manager audience that knows ordinary file synchronization is not automatically safe for live database files.

### プロジェクトの歴史

The SQLite documentation describes sqlite3_rsync as a tool that makes a replica database become a copy of an origin database. It is part of the SQLite ecosystem and uses a bandwidth-efficient protocol similar to rsync while preserving SQLite consistency semantics.

### 採用の歴史

The input identifies a Homebrew formula named `sqlite-rsync`, reflecting the tool's packaging as a standalone command. SQLite's own documentation says the executable must be on PATH locally and, for remote synchronization, on the remote system's SSH PATH as well.

### 使われ方

The basic command shape is `sqlite3_rsync ORIGIN REPLICA`. One side can use `USER@HOST:PATH`, SSH is used for communication, and the tool can copy from a live origin database while producing a consistent snapshot.

### パッケージ好きにとっての重要性

Package nerds care because sqlite3_rsync fills a sharp operational gap: it gives SQLite users an installable CLI for safe, efficient database copies where generic rsync may produce inconsistent or corrupt results against a changing database.

### タイムライン

- 2025: SQLite 3.50.0 removed earlier WAL-mode and same-page-size limitations from sqlite3_rsync.
- 2025: SQLite documentation notes protocol improvements in 3.50.0 that reduce bandwidth when origin and replica are already similar.
- Current: Homebrew packages the tool as `sqlite-rsync`.

### Related projects

- sqlite3_rsync is related to SQLite itself and to rsync conceptually, but its protocol and consistency behavior are SQLite-specific.

### ソース

- <https://www.sqlite.org/rsync.html - official sqlite3_rsync documentation.>
- <https://www.sqlite.org/src - official SQLite source repository.>
- source_facts.package-manager.brew - Homebrew formula name supplied in input.


## セキュリティノート

sqlite-rsync に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。


## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** sqlite-rsync
- **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


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://pkg.so/ja/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [sqlite-analyzer](https://pkg.so/ja/brew/sqlite-analyzer/) - Shares the same upstream homepage.
- [sqlite](https://pkg.so/ja/brew/sqlite/) - Shares pkgdb curated category or tags: cli, data, database, sqlite.
- [lazysql](https://pkg.so/ja/brew/lazysql/) - Shares pkgdb curated category or tags: cli, data, database, sqlite.
- [rainfrog](https://pkg.so/ja/brew/rainfrog/) - Shares pkgdb curated category or tags: cli, data, database, sqlite.
- [rqlite](https://pkg.so/ja/brew/rqlite/) - Shares pkgdb curated category or tags: cli, data, database, sqlite.
- [sqlite-utils](https://pkg.so/ja/brew/sqlite-utils/) - Shares pkgdb curated category or tags: cli, data, database, sqlite.
- [electric](https://pkg.so/ja/brew/electric/) - Shares pkgdb curated category or tags: cli, data, database, sync.
- [redka](https://pkg.so/ja/brew/redka/) - Shares pkgdb curated category or tags: cli, data, database, sqlite.

## Combined YAML source

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


## ソース

- 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
