Package: pgloader Version: 3.6.10-4.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 28819 Depends: freetds-dev, libc6 (>= 2.29), zlib1g (>= 1:1.1.4), libsqlite3-0, libssl1.1 Homepage: https://github.com/dimitri/pgloader Priority: optional Section: database Filename: pool/main/p/pgloader/pgloader_3.6.10-4.pgdg20.04+1_amd64.deb Size: 26033672 SHA256: df3e0cee8ce11b61020efa30aed119b65d0e6b62235a870b359a56a2a19a5312 SHA1: c683bf31b5ce2cc2129647b59ace2043b5c53830 MD5sum: 814099143db55bf591fc2c7a9af3bc00 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.