google-drive-mysql-backup

JSON →
library 0.0.9 ·javascript
verified Jun 5, 2026

A Node.js module that automates MySQL database backups by dumping the database using mysqldump and uploading the resulting file to Google Drive. At version 0.0.9, it supports basic configuration for database connection and Google Drive folder selection, with an option to delete the local backup file after upload. It relies on Google API credentials via a service account private key JSON file. The package is simple and lightweight, but lacks TypeScript definitions and has minimal maintenance. Differentiators include a straightforward combined backup-and-upload workflow, but alternatives like `mysqldump` or `googleapis` may offer more flexibility.