mysql2sqlite/mysql2sqlite
Converts MySQL dump to SQLite3 compatible dump 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4023
- days_rel: n/a
- days_push: 1064
- n_releases_24m: 0
Adoption not part of the score
1979 stars · 290 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A POSIX-compliant awk script that converts MySQL dump files into SQLite3-compatible SQL dumps. It is used as a pipe between mysqldump and the sqlite3 command-line tool.
Use cases
- convert mysql dump to sqlite database
- migrate mysql data to sqlite3
- convert mysqldump output for sqlite3 import
- port a mysql schema and data to sqlite
- one-off mysql to sqlite migration script
When to choose
- you need a lightweight, dependency-free script to convert a mysqldump file to SQLite
- you want a quick one-shot migration rather than a full ETL tool
- you are comfortable with command-line pipes and the sqlite3 CLI
When to avoid
- you need ongoing replication or live synchronization between MySQL and SQLite
- you require full fidelity for advanced MySQL features like stored procedures, triggers, or large hex blobs
- you prefer a maintained library with an API over a shell/awk script
Facets
cli-tool · maturity maintenance
parser database cli developer-tools databases developer-tools cli cross-platform mysql sqlite sql-dump-conversion awk database-migration command-line linux macos
1 source
- readme: https://github.com/mysql2sqlite/mysql2sqlite · fetched 2026-08-28 · ec9b2a07647d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mysql2sqlite/mysql2sqlite | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="mysql2sqlite/mysql2sqlite")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem