ostafen / clover

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

Integrate in-memory storage engine #26

Closed ostafen closed 2 years ago

ostafen commented 2 years ago

This PR integrates the in-memory storage engine implemented of PR #24 by adding the possibility to specify configuration options to the Open() method.