Skip to content
Docs Try Aspire
Docs Try

ZitadelResource.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

Defined on

This method is defined on the following type: