Skip to content

Releases: ivawzh/pg-god

v1.0.11

25 Aug 13:48
Compare
Choose a tag to compare
bug fix - honor URL params

Support database connection URL

25 Aug 06:07
Compare
Choose a tag to compare

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

30 Jul 16:40
Compare
Choose a tag to compare
v1.0.8

update log

Kill database connections at `dropDatabase`

29 Jul 15:36
Compare
Choose a tag to compare

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

v1.0.5

11 Jul 12:32
Compare
Choose a tag to compare
error refactor

v1.0.2

11 Jul 11:28
Compare
Choose a tag to compare
readme