dbvc
dbvc copied to clipboard
Create database dump
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.