Skip to content
DocsTry Aspire
DocsTry

PostgresServerResource.withPgWeb

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

Signature

methodwithPgWebbuilder
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
containerNamestringoptional
PostgresServerResource

Defined on

This method is defined on the following type: