DatabaseConfig.postgres constructor

const DatabaseConfig.postgres(
  1. PostgresConfig? postgresConfig
)

Implementation

const DatabaseConfig.postgres(this.postgresConfig)
    : type = DatabaseType.postgres,
      path = null;