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

progress bar

elig0n opened this issue · comments

Is your feature request related to a problem? Please describe.
when going over a large database a progress indicator can be very useful i.e. that everything is performing well, how much is done, how much is left etc...

Describe the solution you'd like
a progress bar, either records done, left, megabytes written ... whatever

Describe alternatives you've considered
du the database directory repeatedly, i.e. to see space usage

Not sure if I want to add more complexity to it, to be honest. Will think about it.