Skip to content
Docs Try Aspire
Docs Try

PostgresServerResource.withPgWeb

Method
📦 Aspire.Hosting.PostgreSQL v13.4.0
interface PostgresServerResource {
// ... omitted for brevity
withPgWeb(configureContainer?: (obj: PgWebContainerResource) => Promise<void>, containerName?: string): PostgresServerResource;
}

Signature

method withPgWeb builder
Adds an administration and development platform for PostgreSQL to the application model using pgweb.
withPgWeb(configureContainer?: (obj: PgWebContainerResource) => Promise<void>, containerName?: string): PostgresServerResource
configureContainer (obj: PgWebContainerResource) => Promise<void> optional
containerName string optional
PostgresServerResource

Defined on

This method is defined on the following type: