Interface PostgresConnectionConfig

Type interface representing the config for a PostgreSQL connection.

Hierarchy

  • PostgresConnectionConfig

Properties

database: string
host: string
password?: string
port?: string
user: string