macOS
brew install pgloaderlocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.