- [bugfix] Ignore views in table dumps (#6)
- Add travis build file
- Add backtick escaping for columns
- Forked mysql driver and reset to beta4 tag
- Added debug flag to show queries
- Updated driver name
- Updated to use a fastest MySQL driver
- Changed config format for MySQL connection
- Added option for number of rows in each extended insert
- Implemented neat idea to verbosity in code
- go fmt
- updated README
- Added a license and improved README
- Proper handling of table size and max_allowed_packet in extended inserts
- Fixed NULL handling and connection charset
- Fixed bug of trash being sent in output
- First working version