← Back to match
MySQL to SQLite3
Command-line tool that transfers MySQL/MariaDB schema and data into a SQLite database file.
Desktopfreeglobal
A command-line utility that reads a MySQL or MariaDB database’s schema and data and recreates it as a single SQLite 3 file, preserving tables, indexes, views, and foreign keys. It is intended for developers, DBAs, and QA engineers who need to move databases into SQLite for local development, testing, or lightweight deployment; it supports selective table transfer, row sampling, SSL connections and can run via Python 3.9+ or Docker with network access.
Categories
developer toolsdatabase migration

