Skip to content
DocsTry Aspire
DocsTry

UmamiResource.withPostgreSQL

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

Signature

methodwithPostgreSQLbuilder
Configures PostgreSQL as the storage backend for Umami
withPostgreSQL(database: PostgresDatabaseResource): UmamiResource
databasePostgresDatabaseResource
UmamiResource

Defined on

This method is defined on the following type: