From 0d66621e267f67934ffc4c55981649a3d9831822 Mon Sep 17 00:00:00 2001 From: Julian Li Date: Mon, 20 Feb 2023 15:40:04 +1100 Subject: [PATCH] add onedump (#4700) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7c1e901..6e703508 100644 --- a/README.md +++ b/README.md @@ -734,6 +734,7 @@ _Data stores with expiring records, in-memory distributed data stores, or in-mem - [hasql](https://golang.yandex/hasql) - Library for accessing multi-host SQL database installations. - [kingshard](https://github.com/flike/kingshard) - kingshard is a high performance proxy for MySQL powered by Golang. - [octillery](https://github.com/knocknote/octillery) - Go package for sharding databases ( Supports every ORM or raw SQL ). +- [onedump](https://github.com/liweiyi88/onedump) - Database backup from different drivers to different destinations with one command and configuration. - [orchestrator](https://github.com/github/orchestrator) - MySQL replication topology manager & visualizer. - [pg_timetable](https://github.com/cybertec-postgresql/pg_timetable) - Advanced scheduling for PostgreSQL. - [pgweb](https://github.com/sosedoff/pgweb) - Web-based PostgreSQL database browser.