Code comment

This commit is contained in:
Matt Joiner 2021-02-19 12:37:26 +11:00
parent 6cfce3214f
commit 86a2b71c47
1 changed files with 3 additions and 0 deletions

View File

@ -187,6 +187,9 @@ func NewPiecesStorage(opts NewPiecesStorageOpts) (_ storage.ClientImplCloser, er
}
type NewPoolOpts struct {
// See https://www.sqlite.org/c3ref/open.html. NB: "If the filename is an empty string, then a
// private, temporary on-disk database will be created. This private database will be
// automatically deleted as soon as the database connection is closed."
Path string
Memory bool
NumConns int