Skip to content
Docs Try Aspire
Docs Try

withCreationScript

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

Signature

method withCreationScript builder
Defines the SQL script used to create the database.
withCreationScript(script: string): SurrealDbDatabaseResource
script string
SurrealDbDatabaseResource

Applies to

This method applies to the following types: