Skip to content
Docs Try Aspire
Docs Try

withExistingDatabase

Method
📦 CommunityToolkit.Aspire.Hosting.Zitadel v13.4.0
interface ZitadelResource {
// ... omitted for brevity
withExistingDatabase(database: PostgresDatabaseResource): ZitadelResource;
}

Signature

method withExistingDatabase builder
Adds database support to the Zitadel resource.
withExistingDatabase(database: PostgresDatabaseResource): ZitadelResource
database PostgresDatabaseResource
ZitadelResource

Applies to

This method applies to the following types: