Skip to content
Docs Try Aspire
Docs Try

withDatabase

Method
📦 CommunityToolkit.Aspire.Hosting.Zitadel v13.4.0
interface ZitadelResource {
// ... omitted for brevity
withDatabase(
server: PostgresServerResource,
databaseName?: string): ZitadelResource;
}

Signature

method withDatabase builder
Adds database support to the Zitadel resource.
withDatabase(
server: PostgresServerResource,
databaseName?: string): ZitadelResource
server PostgresServerResource
databaseName string optional
ZitadelResource

Applies to

This method applies to the following types: