pgloader loads data from various sources into PostgreSQL with automatic schema conversion and high-performance parallel loading.
pgloader is a tool for loading data into PostgreSQL. It supports multiple source databases including MySQL, SQLite, MS SQL Server, and Oracle. pgloader can either COPY from files or connect to a database directly.
# From source
git clone https://github.com/dimitri/pgloader.git
cd pgloader
make
pgloader is also available as a Docker image:
docker pull dimitri/pgloader
pgloader mysql://user:password@host/dbname postgresql://user:password@localhost/dbname
Get professional support and maintenance for pgloader in your production environment.