Instance Methodgrdb 7.3.0GRDB

appendInterpolation(_:)

Appends the name of the coding key.

SQLInterpolation+QueryInterface.swift:194
mutating func appendInterpolation(_ key: any CodingKey)
// SELECT name FROM player
let request: SQLRequest<String> = "
    SELECT \(CodingKey.name) FROM player
    """