From a5ce45b5c744c8cbd49d84ce5fb17763f997a8a3 Mon Sep 17 00:00:00 2001 From: Sirwan Date: Thu, 1 Aug 2024 15:00:48 +0100 Subject: [PATCH] Add MySQLDump.js - A tiny wrapper around mysqldump utility to generate a dump file of a MySQL database. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22bfc18..898dfb7 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ This list accepts and encourages pull requests. See [CONTRIBUTING](https://githu - [Dumpling](https://github.com/pingcap/tidb/tree/master/dumpling) - Logical, parallel backup/dumper tool for MySQL/TiDB written in GoLang - support csv format output and integrated as library - [MyDumper](https://github.com/mydumper/mydumper) - Logical, parallel backup/dumper tool for MySQL - [Percona Xtrabackup](https://github.com/percona/percona-xtrabackup) - an open-source hot backup utility for MySQL - based servers that doesn’t lock your database during the backup. +- [MySQLDump.js](https://github.com/SirwanAfifi/sqldumpjs) - A tiny wrapper around `mysqldump` utility to generate a dump file of a MySQL database. ## Benchmarking