package store // Options represents options for a database. type Options struct { BucketName []byte }