Package: pgloader Version: 3.6.10-5.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 28790 Depends: freetds-dev, libc6 (>= 2.38), libzstd1 (>= 1.5.5), libsqlite3-0, libssl3t64 Homepage: https://github.com/dimitri/pgloader Priority: optional Section: database Filename: pool/main/p/pgloader/pgloader_3.6.10-5.pgdg26.04+1_amd64.deb Size: 26875976 SHA512: 6579097a94068b89f74fbcc882943f5d4ffcd74335c34d053bc3128202731b29435d0ceb428c857142b2d164e743a2e10eae352c6caaa5ae5b3ecfae4c6415b6 SHA256: db93a82de36aa2dbfece0555f5c5385741b9958ad0a0affcfc508ed6439a72f0 SHA1: d008d96046faeb716c8e85c94d52edf1cb88ba19 MD5sum: 089dc137e5cf5363a041411c48173236 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.