dimitri/pgloader
Migrate to PostgreSQL in a single command! observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 94
- Release rhythm 57
- Longevity 100
Flags: prerelease_only no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5995
- days_rel: 74
- days_push: 40
- n_releases_24m: 1
Adoption not part of the score
6504 stars · 610 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
pgloader is a data loading and migration tool for PostgreSQL built on the COPY command. It migrates entire databases from MySQL, SQLite, MS SQL Server, DBF, and IXF sources, or loads CSV and fixed-format files, in a single command.
Use cases
- migrate a mysql database to postgresql
- load large csv files into postgres
- convert sqlite database to postgresql
- migrate sql server schema and data to postgres
- bulk load data without failing on bad rows
- continuous migration from mysql to postgres
When to choose
- you need one-command full database migration to PostgreSQL including schema creation
- your CSV loads must tolerate and isolate bad rows instead of aborting the whole transaction
- you need automatic data reformatting like MySQL zero dates to NULL
When to avoid
- you only need simple one-off COPY loads with no error tolerance
- you are migrating between two PostgreSQL instances (use native dump/restore instead)
- you cannot run Java 21+ for the v4 JAR distribution
Facets
cli-tool · maturity active
etl database cli csv databases developer-tools cli jvm cross-platform windows postgresql database-migration mysql sqlite mssql bulk-loading copy-command common-lisp clojure data-engineering linux macos
3 sources
- readme: https://github.com/dimitri/pgloader · fetched 2026-08-28 · 259ddcd60515
- homepage: http://pgloader.io · fetched 2026-08-29 · 99106549895b
- site_page: https://pgloader.io/about · fetched 2026-08-29 · 78c5a716efee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dimitri/pgloader | main | 82 |
For agents
markdown · JSON · MCP: product_card(name="dimitri/pgloader")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem