macOS
brew install sqlitelocal Homebrew formula metadata
sudo port install sqlite3MacPorts ports tree · databases/sqlite3/Portfile · ソース: api.github.com
brew
sqlite のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install sqlitelocal Homebrew formula metadata
sudo port install sqlite3MacPorts ports tree · databases/sqlite3/Portfile · ソース: api.github.com
sudo apk add sqliteAlpine Linux edge package indexes · sqlite · ソース: dl-cdn.alpinelinux.org
sudo dnf install sqliteFedora Rawhide package metadata · sqlite · ソース: dl.fedoraproject.org
nix profile install nixpkgs#sqlitenixpkgs package indexes · sqlite · ソース: raw.githubusercontent.com
sudo pacman -S sqliteArch Linux sync databases · sqlite · ソース: geo.mirror.pkgbuild.com
sudo zypper install sqlite3openSUSE Tumbleweed package metadata · sqlite3 · ソース: download.opensuse.org
sudo apt install sqlite3Debian stable package indexes · sqlite3 · ソース: deb.debian.org
choco install SQLiteChocolatey community package catalog · SQLite · ソース: community.chocolatey.org
scoop install main/sqliteScoop official bucket manifest trees · bucket/sqlite.json · ソース: api.github.com
winget install --id SQLite.SQLite -eWindows Package Manager source index · SQLite.SQLite · ソース: cdn.winget.microsoft.com
概要
Command-line interface for SQLite
履歴
SQLite is an embedded, serverless SQL database engine and one of the most widely deployed software components in everyday computing. In package-manager culture, the `sqlite` package is both a runtime dependency and a tiny command-line database workbench.
The SQLite project states that it began on 2000-05-09. Its design centers on a self-contained, zero-configuration, transactional SQL database engine stored in ordinary disk files, with public-domain source code and long-term support goals.
The SQLite command-line program, `sqlite3`, is the officially supported interactive interface to SQLite database files. The CLI is distinct from the SQLite library: it accepts user input and passes SQL to the library, while also providing dot-commands for import, export, schema inspection, archives, recovery, parameters, extensions, and scripting.
SQLite's official site calls it the most used database engine in the world and says it is built into all mobile phones and most computers. The most-deployed page lists Android, iOS devices, Macs, Windows 10/11 installations, major browsers, Python, PHP, and many applications as places SQLite appears.
The input shows SQLite packaged across Homebrew, Chocolatey, MacPorts, Nix, Scoop, winget, apk, pacman, and other distribution ecosystems. That breadth matches SQLite's role as a default local database layer and a basic CLI tool developers expect to be available.
Developers use the `sqlite3` CLI to open database files, run SQL interactively, script SQL from shell pipelines, import and export CSV or TSV, inspect schemas, dump databases, recover data, load extensions, and experiment with SQL locally.
SQLite is commonly used as an application file format, local cache, data-transfer container, embedded-device database, website database for modest traffic, and quick analysis database for CSV or JSON data.
Package nerds care about SQLite because it is the rare package that is simultaneously a library, a database engine, a file format, and a CLI. Installing `sqlite` gives immediate access to `sqlite3`, a portable database file format, and a common dependency shared by many higher-level tools.
SQLite's public-domain status, single-file databases, cross-platform file format, and zero-admin deployment make it especially attractive in package ecosystems: it works as a dependency, debugging tool, fixture format, and data interchange tool without needing a service manager or credentials.
セキュリティ状態
doc example: bounded database tool.
リスク blue · 信頼度 高 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
sqlite3 | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:sqlite |
|---|---|
| バージョン | 3.53.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/sqlite |
| ホームページ | https://sqlite.org/index.html |
| リポジトリ | https://www.sqlite.org/src |
| 上流ドキュメント | https://sqlite.org/cli.html |
| ライセンス | blessing |
| ソースアーカイブ | https://www.sqlite.org/2026/sqlite-autoconf-3530300.tar.gz |
| 最終更新 | 2026-06-27T14:08:56Z |
| Pulse | updated |
| 依存関係 | readline |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sequoia, sonoma, tahoe, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | sqlite |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
sqlite
nix profile install nixpkgs#sqlitesqlite 3.53.2-r0
C library that implements an SQL database engine
sudo apk add sqlitesqlite-dev 3.53.2-r0
C library that implements an SQL database engine (development files)
sudo apk add sqlite-devsqlite-doc 3.53.2-r0
C library that implements an SQL database engine (documentation)
sudo apk add sqlite-docsqlite-libs 3.53.2-r0
C library that implements an SQL database engine (libraries)
sudo apk add sqlite-libssqlite-static 3.53.2-r0
C library that implements an SQL database engine (static library)
sudo apk add sqlite-staticlemon 3.53.2-1.fc45
A parser generator
sudo dnf install lemonsqlite 3.53.2-1.fc45
Library that implements an embeddable SQL database engine
sudo dnf install sqlitesqlite-analyzer 3.53.2-1.fc45
An analysis program for sqlite3 database files
sudo dnf install sqlite-analyzersqlite-debug 3.53.2-1.fc45
SQLite shell configured for development and debugging purposes
sudo dnf install sqlite-debugsqlite-devel 3.53.2-1.fc45
Development tools for the sqlite3 embeddable SQL database engine
sudo dnf install sqlite-develsqlite-doc 3.53.2-1.fc45
Documentation for sqlite
sudo dnf install sqlite-docsqlite-libs 3.53.2-1.fc45
Shared library for the sqlite3 embeddable SQL database engine.
sudo dnf install sqlite-libssqlite-tcl 3.53.2-1.fc45
Tcl module for the sqlite3 embeddable SQL database engine
sudo dnf install sqlite-tclsqlite-tools 3.53.2-1.fc45
sqlite tools
sudo dnf install sqlite-toolssqlite 3.53.2-1
A C library that implements an SQL database engine
sudo pacman -S sqliteソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.