Instance Methodgrdb 7.3.0GRDB

appendInterpolation(_:)

Appends a String expression.

SQLInterpolation.swift:39
mutating func appendInterpolation<S>(_ string: S) where S : StringProtocol

For example:

"SELECT * FROM player WHERE name = \("O'Brien")"