sqlite3-to-mysql
« Back to VersTracker
Description:
Transfer data from SQLite to MySQL
Type: Formula  |  Latest Version: 2.5.5@0  |  Tracked Since: Dec 20, 2025
Links: Homepage  |  GitHub  |  Docs  |  formulae.brew.sh
Stars: 447  |  Forks: 65  |  Language: Python  |  Category: Databases
Tags: database migration mysql sqlite etl converter
Install: brew install sqlite3-to-mysql
About:
sqlite3-to-mysql is a command-line utility designed to migrate data from SQLite databases to MySQL. It handles schema conversion and efficiently transfers tables, indexes, and data records while maintaining data integrity. The tool supports large datasets and provides progress tracking, making it ideal for database migrations and application transitions.
Key Features:
  • Schema and data migration in one step
  • Support for large databases with streaming transfer
  • Preserves indexes and constraints
  • Command-line interface for automation
  • Progress reporting during migration
Use Cases:
  • Migrating application data from SQLite to MySQL when scaling up infrastructure
  • Consolidating local SQLite databases into a centralized MySQL server
  • Moving development data to production MySQL environments
Alternatives:
  • pgloader – Supports multiple database sources including SQLite, but more complex to configure
  • sqlite3-to-postgres – Similar concept but targets PostgreSQL instead of MySQL
Version History
Detected Version Rev Change Commit
Dec 20, 2025 11:01pm 2.5.5 0 VERSION_BUMP 032462d8
Nov 5, 2025 4:34am 0 NEW e5fe996a