DEV Community

Sirwan Afifi
Sirwan Afifi

Posted on • Edited on

1

MySQLDump.js

MySQL comes with a built-in program called mysqldump to do logical backups. It generates a SQL script of the database so that you can transfer it to another database server.

I have written a tiny wrapper around mysqldump which can be used in Node.js applications:

https://github.com/SirwanAfifi/sqldumpjs

Please give it a try. I would be glad If you would like to contribute.

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay