techouse / sqlite3-to-mysql

Transfer data from SQLite to MySQL

Home Page:https://techouse.github.io/sqlite3-to-mysql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

just convert to a MySQL-compatible dump to stdout

drzraf opened this issue · comments

Is your feature request related to a problem? Please describe.
Contrary to SO scripts, this script tries to do the import. But in some case it's preferible to just get the MySQL-compliant output because MySQL is down / on another machine, ... or additional post-processing is needed, ...

Describe the solution you'd like
Don't make MySQL credentials/connection mandatory and output the convert dump to stdout.

In this case, I simply suggest using a local MySQL database as the target and then exporting the SQL dump from there.

"just convert to a MySQL-compatible dump to stdout" it would be great!