Raw Package Information
Package: pgloader
Version: 3.6.10-5.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33065
Depends: freetds-dev, libc6 (>= 2.34), zlib1g (>= 1:1.1.4), libsqlite3-0, libssl3
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.10-5.pgdg22.04+1_amd64.deb
Size: 29259272
SHA256: b95c72072d1a719dd09192c94b0412b5381e11c15cf628a687e47e8dd00aa0c6
SHA1: 3f44c582da59e062321d118dc13ecaff62421dd8
MD5sum: 5e36e02f7f5fc8680e5818b1cb78f135
Description: extract, transform and load data into PostgreSQL
pgloader imports data from different kind of sources and COPY it into
PostgreSQL.
.
The command language is described in the manual page and allows one to
describe where to find the data source, its format, and to describe data
processing and transformation.
.
Supported source formats include CSV, fixed width flat files, dBase3 files
(DBF), and SQLite and MySQL databases. In most of those formats, pgloader
is able to auto-discover the schema and create the tables and the indexes
in PostgreSQL. In the MySQL case it's possible to edit CASTing rules from
the pgloader command directly.