Skip to content
DocsTry Aspire
DocsTry

SurrealDbDatabaseResource.withCreationScript

Method
📦 CommunityToolkit.Aspire.Hosting.SurrealDb v13.4.0
interface SurrealDbDatabaseResource {
// ... omitted for brevity
withCreationScript(script: string): SurrealDbDatabaseResource;
}

Signature

methodwithCreationScriptbuilder
Defines the SQL script used to create the database.
withCreationScript(script: string): SurrealDbDatabaseResource
scriptstring
SurrealDbDatabaseResource

Defined on

This method is defined on the following type: