Skip to content

1.0

Compare
Choose a tag to compare
@simonw simonw released this 01 Jul 01:32

See the README for full usage instructions.

  • Instead of using --connection the connection string is now a required positional argument, #14
  • --sql must now be accompanied by --output specifying the table the query results should be written to
  • --redact tablename columnname option can be used to redact values, #2
  • Foreign keys are now created with indexes, use --no-index-fks to disable this, #12
  • --table can now be used multiple times, #6
  • README and --help now include example connection strings
  • README also details how this can be used with Heroku Postgres