← Back to match
SQLite3 to MySQL
Command-line tool that transfers a SQLite database's schema and data into MySQL or MariaDB.
Desktopfreeglobal
A command-line tool that reads a SQLite 3 database file and recreates its schema and data in MySQL or MariaDB, including tables, indexes, foreign keys, and views. It helps developers, DBAs, and QA engineers move databases into production or refresh target tables for testing, with options for selective table transfer, SSL, Unix sockets, and running via Docker; requires Python 3.9 or newer (or Docker) and network/socket access to the target server. Distributed as open-source under the MIT License.
Categories
developer toolsdatabase migration

