macOS
brew install pgloaderlocal Homebrew formula metadata
brew / 順位 1994
pgloader のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install pgloaderlocal Homebrew formula metadata
sudo apk add pgloaderAlpine Linux edge package indexes · pgloader · ソース: dl-cdn.alpinelinux.org
sudo apt install pgloaderDebian stable package indexes · pgloader · ソース: deb.debian.org
nix profile install nixpkgs#pgloadernixpkgs package indexes · pkgs/by-name/pg/pgloader/package.nix · ソース: api.github.com
sudo zypper install pgloaderopenSUSE Tumbleweed package metadata · pgloader · ソース: download.opensuse.org
概要
Data loading tool for PostgreSQL
履歴
pgloader is a data-loading and database-migration utility that streams data into PostgreSQL, performs transformations, and can discover and migrate schemas from several database systems.
Dimitri Fontaine originally implemented pgloader in Python and later rewrote it in Common Lisp. The rewrite enabled a richer command language, runtime-compiled transformations, and higher performance.
The 3.x series established the SQL-like `.load` command syntax and direct database-to-PostgreSQL migration workflow. Official documentation now also describes a v4 Clojure/JVM rewrite while retaining the command-file model.
pgloader is packaged by Homebrew, Debian, Ubuntu, Alpine Linux, Nix, and openSUSE according to source_facts.package-manager. That breadth reflects its established role in PostgreSQL migration workflows.
Its one-command migrations from SQLite, MySQL, Microsoft SQL Server, and structured files have made it a common bridge for teams moving workloads into PostgreSQL.
Simple migrations can be expressed as `pgloader SOURCE TARGET`; more complex jobs use explicitly supplied `.load` command files. These files can define sources, targets, casts, transformations, PostgreSQL settings, and SQL to execute before or after loading.
Connection strings may contain database credentials, but the official documentation does not designate a separate credentials file. Load-command files are user-selected inputs rather than a configuration file at a fixed filesystem location.
pgloader is notable for combining database discovery, type casting, transformation, error handling, and PostgreSQL COPY streaming in one tool. It is also an unusual systems utility whose established implementation is written in Common Lisp after an earlier Python implementation.
For package maintainers, pgloader is interesting because its database drivers and Common Lisp build chain historically made packaging more involved than distributing an ordinary script, while delivering a native executable and substantial migration functionality.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Credential-bearing paths to review before unattended agent runs.
~/.pgpass%APPDATA%\postgresql\pgpass.conf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
pgloader | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/dimitri/pgloader
インストールメタデータ
| パッケージキー | brew:pgloader |
|---|---|
| バージョン | 3.6.10 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/pgloader |
| ホームページ | https://github.com/dimitri/pgloader |
| リポジトリ | https://github.com/dimitri/pgloader |
| ライセンス | PostgreSQL |
| ソースアーカイブ | https://github.com/dimitri/pgloader.git |
| 最終更新 | 2026-09-13T11:30:16Z |
| Pulse | updated |
| 依存関係 | freetds, openssl@3, zstd |
| ビルド依存関係 | sbcl |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | pgloader |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
pgloader 3.6.10-4
extract, transform and load data into PostgreSQL
https://github.com/dimitri/pgloader
sudo apt install pgloaderpgloader
nix profile install nixpkgs#pgloaderpgloader 3.6.10-1build2
extract, transform and load data into PostgreSQL
https://github.com/dimitri/pgloader
sudo apt install pgloaderpgloader 3.6.9-r4
Migrate to PostgreSQL in a single command
sudo apk add pgloaderpgloader 3.6.9-4.6
Fast data loader for PostgreSQL
sudo zypper install pgloaderソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.