This script converts .sql files to .csv files so they’re easily readable . It also has the ability to simply list tables from .sql file and can also list columns from the specified table . so without further ado lets see some screenshots of the script in action .
- TL;DR
We’ll change this
into this
Cool eh ?
- Screenshots
obligatory help screen
listing tables of the database
listing columns of the specified table (courses in this case)
Dumped records from the the specified table
u should now have a file called Db_table.csv like
and it can be opened using any CSV file viewer .
- Code