Skip to content
DocsTry Aspire
DocsTry

ZitadelResource.withExistingDatabase

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

Signature

methodwithExistingDatabasebuilder
Adds database support to the Zitadel resource.
withExistingDatabase(database: PostgresDatabaseResource): ZitadelResource
databasePostgresDatabaseResource
ZitadelResource

Defined on

This method is defined on the following type: