Closed BrandonRoehl closed 5 years ago
go.mod
sql.BeginTx
sql.LevelRepeatableRead
NOTE: If using a non transactional database you will still need to lock the tables.
I am new to Go but the logic part of this PR looks good to me.
@brazeaudavid Merged to master and merged into this PR
go.mod
sql.BeginTx
withsql.LevelRepeatableRead
so you don't need to lock tables to get consistent dumps.