Skip to content
DocsTry Aspire
DocsTry

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

Applies to

This method applies to the following types: