yamldb / yaml_db

Rails plugin for a database-independent dump format, data.yml .......... Seeking new maintainers! See https://github.com/yamldb/yaml_db/issues/143
https://rubygems.org/gems/yaml_db
949 stars 200 forks source link

Feature/exclude tables #99

Open arutherford opened 8 years ago

arutherford commented 8 years ago

Allows the user to specify tables via a comma delimited parameter to not include in the data:dump / data:dump_dir.

Example rake db:data:dump_dir dir="my_dir" exclude="table_1,table_2"

arutherford commented 8 years ago

Working on more backward compatible parse method and will commit.