dbvc icon indicating copy to clipboard operation
dbvc copied to clipboard

Create database dump

Open jasny opened this issue 11 years ago • 0 comments

DBVC should be able to create a dump of the database schema.

dbvc dump

DBVC should also be able to dump the data. This is useful for adding test data to the repository for other development environments.

dbvc dump --data

Perhaps use the mysqldump-php library.

jasny avatar Jun 09 '14 19:06 jasny