An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# RetryDB

[![Build Status](https://secure.travis-ci.org/jehiah/retrydb.png?branch=master)](http://travis-ci.org/jehiah/retrydb) [![GoDoc](https://godoc.org/github.com/jehiah/retrydb?status.svg)](https://godoc.org/github.com/jehiah/retrydb) [![GitHub release](https://img.shields.io/github/release/jehiah/retrydb.svg)](https://github.com/jehiah/retrydb/releases/latest)

RetryDB is a wrapper around multiple *sql.DB backends providing transparent retry of queries against the secondary.