jamf / go-mysqldump

Create SQL dumps in Go without external dependencies
MIT License
18 stars 24 forks source link

Single transaction #6

Closed BrandonRoehl closed 5 years ago

BrandonRoehl commented 5 years ago

NOTE: If using a non transactional database you will still need to lock the tables.

jason-yost-jamf commented 5 years ago

I am new to Go but the logic part of this PR looks good to me.

BrandonRoehl commented 5 years ago

@brazeaudavid Merged to master and merged into this PR