Versions in this module Expand all Collapse all v4 v4.7.0 Jul 2, 2022 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 Other modules containing this package github.com/asim/go-micro/plugins/store/file/v3