denny/ShinyCMS

View on GitHub
bin/dev-tools/create-wordpress-dbic-model

Summary

Maintainability
Test Coverage
# TODO: Need variable database name, username and password in second line
dbicdump -Ilib -o dump_directory=. Wordpress::DB \
    dbi:mysql:database=wordpress wordpress wordpress \
    '{ quote_char => "`" }'