yowcow / goromdb

Yet another single process KVS server implemented over file-based database
The Unlicense
12 stars 5 forks source link

Close old db handle only when it exists #4

Closed yowcow closed 7 years ago

yowcow commented 7 years ago

BDB store fails when replacing db handle with nil

yowcow commented 7 years ago

LGTM