go-import-server icon indicating copy to clipboard operation
go-import-server copied to clipboard

Use JSON file as persistent storage

Open unknwon opened this issue 4 years ago • 0 comments

The decision to use BadgerDB was a huge mistake, while not using any of its unique feature, caused unnecessary resource usage and code complexity.

What we need is really as simple as a JSON file to persist data on disk.

unknwon avatar Aug 27 '21 14:08 unknwon