JamesStewy / go-mysqldump

Create SQL dumps in Go without external dependencies
MIT License
155 stars 89 forks source link

Dump just one table #16

Open rmasci opened 5 years ago

rmasci commented 5 years ago

Is there a way to dump just one table? I only see the entire db, which may be many many gb, and I just want to backup one table before doing an insert.