macOS
brew install pgloaderlocal Homebrew formula metadata
brew / rank 1994
Data loading tool for PostgreSQL. Version 3.6.10 via Homebrew; verified 2026-09-13. Also installable with debian: sudo apt install pgloader.
install
brew install pgloaderlocal Homebrew formula metadata
sudo apk add pgloaderAlpine Linux edge package indexes · pgloader · source: dl-cdn.alpinelinux.org
sudo apt install pgloaderDebian stable package indexes · pgloader · source: deb.debian.org
nix profile install nixpkgs#pgloadernixpkgs package indexes · pkgs/by-name/pg/pgloader/package.nix · source: api.github.com
sudo zypper install pgloaderopenSUSE Tumbleweed package metadata · pgloader · source: download.opensuse.org
overview
Data loading tool for PostgreSQL
history
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
pgloader | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/dimitri/pgloader
install metadata
| Package key | brew:pgloader |
|---|---|
| Version | 3.6.10 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/pgloader |
| Homepage | https://github.com/dimitri/pgloader |
| Repository | https://github.com/dimitri/pgloader |
| License | PostgreSQL |
| Source archive | https://github.com/dimitri/pgloader.git |
| Last updated | 2026-09-13T11:30:16Z |
| Pulse | updated |
| Dependencies | freetds, openssl@3, zstd |
| Build dependencies | sbcl |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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 pgloadersource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.