macOS
brew install pgloaderlocal Homebrew formula metadata
brew / rang 1994
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de pgloader pour les workflows d'agents IA.
installation
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
aperçu
Data loading tool for PostgreSQL
historique
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.
posture de sécurité
broad file, network, media, or database tool signal.
risque blue · confiance moyen · tool
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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.confexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
pgloader | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/dimitri/pgloader
métadonnées d'installation
| Clé du paquet | brew:pgloader |
|---|---|
| Version | 3.6.10 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/pgloader |
| Page d'accueil | https://github.com/dimitri/pgloader |
| Dépôt | https://github.com/dimitri/pgloader |
| Licence | PostgreSQL |
| Archive source | https://github.com/dimitri/pgloader.git |
| Dernière mise à jour | 2026-09-13T11:30:16Z |
| Pulse | updated |
| Dépendances | freetds, openssl@3, zstd |
| Dépendances de compilation | sbcl |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 pgloaderpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.