- Type:
object | Client - Default:
null - Required:
true
Connection configuration object for node-postgres.
It can be an existing pg.Client instance, too. In this case the instance already has to be connected.
- Type:
string - Default:
'public' - Required:
false
It will be used in objects whose names do not contain a schema name.
- Type:
boolean | function - Default:
console.info - Required:
false
Option to enable logging in the console or callback of the format function(...messages) {} for displaying a message about changes.