dotnet / docs-aspire

This repository contains .NET Aspire documentation.
https://learn.microsoft.com/dotnet/aspire
MIT License
77 stars 100 forks source link

Mention `WithPgWeb` in Postgresql docs #1472

Closed Alirexaa closed 2 months ago

Alirexaa commented 2 months ago

We Add the WithPgWeb public API in https://github.com/dotnet/aspire/pull/5098.

This API Adds pgweb container to the app host.

we should mention this API and how to use it in posgresql docs


Associated WorkItem - 300675

IEvangelist commented 2 months ago

@Alirexaa - Is this related to release 8.2?

Alirexaa commented 2 months ago

@Alirexaa - Is this related to release 8.2?

The related PR has not merged yet but yes.

Alirexaa commented 2 months ago

@IEvangelist, The related PR has been merged. This will be part of the next release.