18F / rdbms-subsetter

Generates a subset of a relational database that respects foreign key constraints
Creative Commons Zero v1.0 Universal
313 stars 30 forks source link

Option to include entire table #20

Open prophile opened 9 years ago

prophile commented 9 years ago

It would be nice to have an option to include an entire table verbatim, regardless of how much of other tables are being used.

In particular, useful for database tables containing configuration, or for instance Django's table of applied migrations.

catherinedevlin commented 9 years ago

The latest commit in the trunk includes a --full-table argument to implement this. I'll get it into the next release.

Thanks for the suggestion!