macOS
brew install pgloaderlocal Homebrew formula metadata
brew / Rang 1994
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für pgloader in AI-Agent-Workflows.
Installation
brew install pgloaderlocal Homebrew formula metadata
sudo apk add pgloaderAlpine Linux edge package indexes · pgloader · Quelle: dl-cdn.alpinelinux.org
sudo apt install pgloaderDebian stable package indexes · pgloader · Quelle: deb.debian.org
nix profile install nixpkgs#pgloadernixpkgs package indexes · pkgs/by-name/pg/pgloader/package.nix · Quelle: api.github.com
sudo zypper install pgloaderopenSUSE Tumbleweed package metadata · pgloader · Quelle: download.opensuse.org
Überblick
Data loading tool for PostgreSQL
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
pgloader | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/dimitri/pgloader
Installationsmetadaten
| Paketschlüssel | brew:pgloader |
|---|---|
| Version | 3.6.10 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/pgloader |
| Homepage | https://github.com/dimitri/pgloader |
| Repository | https://github.com/dimitri/pgloader |
| Lizenz | PostgreSQL |
| Quellarchiv | https://github.com/dimitri/pgloader.git |
| Zuletzt aktualisiert | 2026-09-13T11:30:16Z |
| Pulse | updated |
| Abhängigkeiten | freetds, openssl@3, zstd |
| Build-Abhängigkeiten | sbcl |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 pgloaderQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.