MySQL to SQLite3

A simple Python tool to transfer data from MySQL to SQLite 3

PyPI PyPI - Downloads PyPI - Python Version MySQL Support MariaDB Support GitHub license Contributor Covenant PyPI - Format Code style: black Codacy Badge Test Status CodeQL Status Publish PyPI Package Status codecov GitHub Sponsors GitHub stars

Installation

pip install mysql-to-sqlite3

Basic Usage

mysql2sqlite -f path/to/foo.sqlite -d foo_db -u foo_user -p

Indices and tables