SQLite3 to MySQL

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

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 Publish Docker Image codecov GitHub Sponsors GitHub stars

Installation

pip install sqlite3-to-mysql

Basic Usage

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

Indices and tables