Skip to content

Instance Method

appendInterpolation(bind:)

Embed an Encodable value as a binding in the SQL query.
mutating func appendInterpolation(bind value: any Encodable & Sendable)

Mentioned in

Discussion

This overload is provided as shorthand - \(bind: "a") is identical to \(SQLBind("a")).