Skip to content
Docs Try Aspire
Docs Try

withPostgreSQL

Method
📦 CommunityToolkit.Aspire.Hosting.Umami v13.4.0
interface UmamiResource {
// ... omitted for brevity
withPostgreSQL(database: PostgresDatabaseResource): UmamiResource;
}

Signature

method withPostgreSQL builder
Configures PostgreSQL as the storage backend for Umami
withPostgreSQL(database: PostgresDatabaseResource): UmamiResource
database PostgresDatabaseResource
UmamiResource

Applies to

This method applies to the following types: