Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/skamenetskiy/reform-proxy
- Owner: skamenetskiy
- License: mit
- Created: 2021-10-10T13:02:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T13:50:36.000Z (over 3 years ago)
- Last Synced: 2024-11-08T08:50:42.296Z (2 months ago)
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.[](https://pkg.go.dev/github.com/skamenetskiy/reform-proxy)
[](https://github.com/skamenetskiy/reform-proxy/actions/workflows/tests.yml)
[](https://goreportcard.com/report/github.com/skamenetskiy/reform-proxy)