Releases: ivawzh/pg-god
Releases · ivawzh/pg-god
v1.0.11
Support database connection URL
Support database connection URL.
E.g.
$ pg-god db-create --url postgresql://localhost:5432/bank-db
$ pg-god db-drop --url postgresql://localhost:5432/bank-db
bug fix CLI
v1.0.8 update log
Kill database connections at `dropDatabase`
Kill database connections by default.
When invoking dropDatabase
API or db-drop
command, by default it will kill all active connections before dropping.
May opt out via dropConnections: false
or --no-dropConnections