Raw Package Information
Package: pgloader
Version: 3.6.9-1.pgdg22.04+1
Architecture: amd64
Maintainer: Dimitri Fontaine <dim@tapoueh.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.9-1.pgdg22.04+1_amd64.deb
Size: 29263576
SHA256: d053f512da08dfb80c31cca7db5db311ce835a21daecdd2cfd2f30014842b68c
SHA1: 0e40a306e40788b5ba281b9f6545390eb8bd99b7
MD5sum: 7534ec961e0911c4e1004a581095784e
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.