dbresolver icon indicating copy to clipboard operation
dbresolver copied to clipboard

Golang Database Resolver and Wrapper for any multiple database connections topology, e.g. master-slave replication database, cross-region application, and for separated ReadWrite (RW) and ReadOnly (RO...

Results 6 dbresolver issues
Sort by recently updated
recently updated
newest added

Bumps the go_modules group with 2 updates in the /examples/gosg-demo directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/crypto` from 0.14.0 to 0.17.0 Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh:...

dependencies

Bumps [go.uber.org/multierr](https://github.com/uber-go/multierr) from 1.8.0 to 1.11.0. Release notes Sourced from go.uber.org/multierr's releases. v1.11.0 Errors now supports any error that implements multiple-error interface. Add Every function to allow checking if all...

dependencies

Hi @bxcodec , Its @Nasfame, i have switched to a new account @laciferin2024 . It would be great if u can grant me contributor access to my new account: @laciferin2024....

Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 3 to 4.1.7 Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency...

dependencies
github_actions

Could `db.BeginTx` use `db.ReadOnly` if `sql.TxOptions.ReadOnly` is true?