Back to SOCI again. Hopefully I can do more open-source stuff this quarter. github.com/awslabs/soci...
Make soci.NewDB return a new database instance per call by kzys · Pull Request #2063 · awslabs/soci-snapshotter
Issue #, if available n/a Description of changes soci.NewDB guarded its initialization with a package-level sync.Once, which latched both the first path and the first failure: a second call with a ...
github.com