Versions in this module Expand all Collapse all v0 v0.2.93 Dec 5, 2020 Changes in this version + var DefaultDatabase = "micro" + var DefaultDir = filepath.Join(os.TempDir(), "micro", "store") + var DefaultTable = "micro" + func NewStore(opts ...store.Option) store.Store