Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skamenetskiy/reform-proxy

A simple (embedded) database proxy for primary/secondary splitting using reform orm.
https://github.com/skamenetskiy/reform-proxy

Last synced: 13 days ago
JSON representation

A simple (embedded) database proxy for primary/secondary splitting using reform orm.

Awesome Lists containing this project

README

        

# reform-proxy
A simple (embedded) database proxy for primary/secondary splitting using
[reform orm](https://github.com/go-reform/reform).

The secondary nodes are selected using round-robin algorithm, inspired by hlts2's
[implementation](https://github.com/hlts2/round-robin) or round-robin.

[![PkgGoDev](https://pkg.go.dev/badge/github.com/skamenetskiy/reform-proxy)](https://pkg.go.dev/github.com/skamenetskiy/reform-proxy)
[![Tests](https://github.com/skamenetskiy/reform-proxy/actions/workflows/tests.yml/badge.svg)](https://github.com/skamenetskiy/reform-proxy/actions/workflows/tests.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/skamenetskiy/reform-proxy)](https://goreportcard.com/report/github.com/skamenetskiy/reform-proxy)