Home Download Docs Code Community
import "perkeep/pkg/kvutil"
Overview
Index

Overview ▾

Package kvutil contains helpers related to modernc.org/kv.

Index

func Open(dbFile string, opts *kv.Options) (*kv.DB, error)

Package files

kvutil.go

func Open

func Open(dbFile string, opts *kv.Options) (*kv.DB, error)

Open opens the named kv DB file for reading/writing. It creates the file if it does not exist yet.

Website layout inspired by memcached.
Content by the authors.