Skip to content
DocsTry Aspire
DocsTry

withDbx

Method
📦 CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions v13.5.0
interface PostgresServerResource {
// ... omitted for brevity
withDbx(
containerName?: string,
imageTag?: string): PostgresServerResource;
}

Signature

methodwithDbxbuilder
Adds an administration and development platform for PostgreSQL to the application model using dbx.
withDbx(
containerName?: string,
imageTag?: string): PostgresServerResource
containerNamestringoptional
imageTagstringoptional
PostgresServerResource

Applies to

This method applies to the following types: