macOS
brew install sqlite-utilslocal Homebrew formula metadata
brew / 順位 2934
sqlite-utils のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install sqlite-utilslocal Homebrew formula metadata
sudo apt install sqlite-utilsDebian stable package indexes · sqlite-utils · ソース: deb.debian.org
nix profile install nixpkgs#sqlite-utilsnixpkgs package indexes · sqlite-utils · ソース: raw.githubusercontent.com
概要
CLI utility for manipulating SQLite databases
履歴
sqlite-utils is a Python library and CLI for creating, loading, querying, and transforming SQLite databases. It is closely associated with the Datasette ecosystem and with command-line data work.
The official documentation describes sqlite-utils as both a CLI tool and Python library for manipulating SQLite databases, especially for creating databases from existing data. Its changelog records an initial PyPI release in July 2018.
The project developed into a broad utility surface around SQLite: import JSON, CSV, and TSV; create and transform tables; manage indexes and foreign keys; enable full-text search; analyze tables; and install plugins.
The official installation docs document Homebrew, pip, and pipx installation paths. The input also lists Debian, Ubuntu, and Nix package names, showing that the tool moved beyond Python-only packaging into general system package channels.
CLI users run `sqlite-utils` for one-off data loading, SQL querying, schema inspection, database transformations, and automation around SQLite files. Python users import `sqlite_utils` when they want scriptable helpers without writing raw sqlite3 boilerplate for common database-building tasks.
Package nerds care because sqlite-utils turns SQLite into a shell-friendly data toolkit. It packages the SQLite file format, Python's bundled sqlite3 module, and Datasette-style publishing workflows into a CLI that can be installed with Homebrew, pipx, or distro packages.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
sqlite-utils | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:sqlite-utils |
|---|---|
| バージョン | 4.1.1 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://sqlite-utils.datasette.io/ |
| リポジトリ | https://github.com/simonw/sqlite-utils |
| 最終更新 | 2026-07-13T22:15:18Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
sqlite-utils 3.38-1
CLI tool and Python utility functions for manipulating SQLite
https://github.com/simonw/sqlite-utils
sudo apt install sqlite-utilssqlite-utils
nix profile install nixpkgs#sqlite-utilssqlite-utils 3.35.2-1
CLI tool and Python utility functions for manipulating SQLite
https://github.com/simonw/sqlite-utils
sudo apt install sqlite-utilsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.