Top 7.0% forks on proxy.golang.org
proxy.golang.org : github.com/janos/boltdbpool
Package boltdbpool implements a pool container for BoltDB github.com/coreos/bbolt databases. Pool elements called connections keep reference counts for each database to close it when it when the count is 0. Database is reused or opened based on database file path. Closing the database must not be done directly, instead Connection.Close() method should be used. Database is removed form the pool and closed by the goroutine in the background in respect to reference count and delay in time if it is specified. Example:
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/janos/boltdbpool
License: BSD-3-Clause
Latest release: over 2 years ago
First release: over 8 years ago
Namespace: github.com/janos
Stars: 4 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago