bmatsuo / lmdb-go

Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
156 stars 58 forks source link

replace exampleopendbi_test.go with several small examples #8

Closed bmatsuo closed 9 years ago

bmatsuo commented 9 years ago

This test was the most difficult to replace because it described error conditions to some success. Strict code examples do this less well. The replacement examples seem to do a reasonably good job due to their brevity.

Examples include more general enforcement of the idea that DBIs should be held for the duration of an enviornment's use.

Closes #2.