Code comment
This commit is contained in:
parent
6cfce3214f
commit
86a2b71c47
|
@ -187,6 +187,9 @@ func NewPiecesStorage(opts NewPiecesStorageOpts) (_ storage.ClientImplCloser, er
|
||||||
}
|
}
|
||||||
|
|
||||||
type NewPoolOpts struct {
|
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
|
Path string
|
||||||
Memory bool
|
Memory bool
|
||||||
NumConns int
|
NumConns int
|
||||||
|
|
Loading…
Reference in New Issue