ostafen / clover

A lightweight document-oriented NoSQL database written in pure Golang.
MIT License
633 stars 54 forks source link

Add `OpenWithOptions()` to badger store #126

Closed ostafen closed 1 year ago

ostafen commented 1 year ago

At the moment, badger store provides an Open() function which takes a badger options parameter. However, it would be good to rather add an OpenWithOptions() function for that purpose, and make the default Open() to just take a path parameter (default options would be used in that case).