tidwall / buntdb

BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
MIT License
4.57k stars 289 forks source link

how to save the DB #46

Closed kpmane closed 5 years ago

kpmane commented 5 years ago

I'm unable to call save function for making my DB persistent. getting an error in io.Writer

valinurovam commented 5 years ago

Can you provide example of your code when you try to Save the DB? What kind of writer do you create and what kind or error occur?

kpmane commented 5 years ago

Solved. There was an issue with the data type.