Skip to content

Instance Method

appendInterpolation(binds:)

Embed any number of Encodable values as bindings in the SQL query, separating the bind placeholders with commas.
mutating func appendInterpolation(binds values: [any Encodable & Sendable])

Discussion

This overload is equivalent to \(SQLList(values.map(SQLBind.init(_:)))).