lanyrd/mysql-postgresql-converter
Lanyrd's MySQL to PostgreSQL conversion script observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5041
- days_rel: n/a
- days_push: 1447
- n_releases_24m: 0
Adoption not part of the score
1316 stars · 463 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python script that converts MySQL database dumps into PostgreSQL-compatible SQL, originally built for Lanyrd's migration from MySQL to PostgreSQL. It works on mysqldump output generated with PostgreSQL-compatible flags and produces a loadable PostgreSQL dump.
Use cases
- convert mysql database to postgresql
- migrate from mysql to postgres
- convert mysqldump output to psql-compatible sql
- one-off database migration script for django projects
- load mysql data into a fresh postgres database
When to choose
- you need a quick, scriptable one-shot MySQL-to-PostgreSQL conversion
- your schema is Django-based and simple column-type mapping is acceptable
- you want a lightweight tool rather than a full migration service
When to avoid
- you need ongoing replication or live sync between MySQL and PostgreSQL
- your schema has complex types or needs careful, tunable conversion
- you need an actively maintained tool - this was built for one specific database and is largely unmaintained
Facets
cli-tool · maturity maintenance
etl database cli databases developer-tools python cli mysql postgresql database-migration schema-conversion django linux macos
1 source
- readme: https://github.com/lanyrd/mysql-postgresql-converter · fetched 2026-08-28 · 970d67d7a8a4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lanyrd/mysql-postgresql-converter | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="lanyrd/mysql-postgresql-converter")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem