bbolt/cmd/bolt
Ben Johnson f8ad21bad3 Make DB/Tx API more consistent.
I consolidated the DB.Tx() and DB.RWTx() calls into a single
DB.Begin(writable bool) call. This is more consistent with the
database/sql library.

I also changed the DB.Do() and DB.With() call to DB.Update() and
DB.View(), respectively. This is more intuitive and more inline with
other database verbiage.
2014-03-24 11:43:06 -06:00
..
main.go Make DB/Tx API more consistent. 2014-03-24 11:43:06 -06:00
main_test.go Make DB/Tx API more consistent. 2014-03-24 11:43:06 -06:00