Export a normalized MySQL backup
A lightweight, TypeScript-powered utility to generate **MySQL database dumps** as SQL files with clean `INSERT` statements. Ideal for backups, migrations, and data snapshots in Node.js projects.
not-* family module to dump/restore mongodb of project
Nginx, PHP-FPM, PHPMyAdmin & MariaDB Docker development environment
A Heroku Toolbelt plugin for DATABASE_URL dump and restore
flora快捷命令工具
Worldnet's Command-Line Interface Tool.
Middleware for Feathers.js - dumps and restores NeDB database for a given service
A database dump tool
utility trait for rusqlite connection for working with crates.io dbdump data
csvtab wrapper for crates.io db dump
Simple rake tasks for dumping and restoring the database.
This plugin adds a dbdump command which dumps your Rails database out. This master branch supports Rails 3.0 and above, as a gem command. For Rails 2.3, use the rails_2_3 branch from github and install as a plugin. Like rails dbconsole, it takes your database connection details from config/database.yml, and supports mysql, mysql2, postgresql, and sqlite. It takes the same options as rails dbconsole, ie. -p to supply the password to your dump program for mysql and postgresql. (Note that for mysql, this means that the password is visible when other users on the system run 'ps'. Postgresql does not have this problem as it uses an environment variable set in ENV before execing and so not visible in ps.)