Skip to content

Instantly share code, notes, and snippets.

View Alsharie's full-sized avatar
🕕
I always slow to respond.

Alsharie

🕕
I always slow to respond.
  • Move Forward
  • yemen
View GitHub Profile
@Alsharie
Alsharie / sqlite_to_mysql.py
Created May 9, 2026 09:09
Convert a SQLite database to a MySQL-compatible SQL dump.
#!/usr/bin/env python3
"""
sqlite_to_mysql.py — Convert a SQLite database to a MySQL-compatible SQL dump.
Usage:
python sqlite_to_mysql.py <database.sqlite> [options]
Options:
--schema Include CREATE TABLE statements (full backup)
--data-only Export data only, no schema (default)