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

Please make a new release #44

Open scoder opened 6 years ago

scoder commented 6 years ago

Thank you for writing and maintaining this tool, which has proven very helpful to me for extracting test data.

Would you mind making a new release of it? There are a couple of changes in master that I needed to get it to run (and I also just sent a few pull requests). PyPi still has an outdated version that failed to work entirely when I tried it, mostly due to a missing dialects package. It seems like a good idea to move that package into the rdbms_subsetter top-level package, though. The name isn't really specific (i.e. conflict-free) enough to have it end up as a top-level package.

scoder commented 6 years ago

ping