https://github.com/jehiah/retrydb
RetryDB transparently retries *sql.DB operations against a secondary datasource.
https://github.com/jehiah/retrydb
database go reliability
Last synced: about 1 year ago
JSON representation
RetryDB transparently retries *sql.DB operations against a secondary datasource.
- Host: GitHub
- URL: https://github.com/jehiah/retrydb
- Owner: jehiah
- Created: 2015-01-20T22:33:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T15:19:24.000Z (over 6 years ago)
- Last Synced: 2025-03-25T05:11:11.607Z (over 1 year ago)
- Topics: database, go, reliability
- Language: Go
- Size: 8.79 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RetryDB
[](http://travis-ci.org/jehiah/retrydb) [](https://godoc.org/github.com/jehiah/retrydb) [](https://github.com/jehiah/retrydb/releases/latest)
RetryDB is a wrapper around multiple *sql.DB backends providing transparent retry of queries against the secondary.