# MySQL
sh -c "`curl -fsSL https://raw.githubusercontent.com/chankaward/database_backup_script/master/mysql_backup.sh`"
# PostgreSQL
sh -c "`curl -fsSL https://raw.githubusercontent.com/chankaward/database_backup_script/master/postgresql_backup.sh`"
# SQLite
sh -c "`curl -fsSL https://raw.githubusercontent.com/therealechan/database_backup_script/master/sqlite_backup.sh`"
- MongoDB
- SQLite
Copyright (c) Edward Chan.