Skip to content
DocsTry Aspire
DocsTry

DuckDBResource

Handle
📦 CommunityToolkit.Aspire.Hosting.DuckDB v13.5.0
interface DuckDBResource
extends IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IValueProvider,
IValueWithReferences {
withReadOnly(): DuckDBResource;
}

Methods

methodwithReadOnlybuilder
Configures the DuckDB resource to open the database in read-only mode.
withReadOnly(): DuckDBResource
DuckDBResource