Instance Methodgrdb 7.3.0GRDB

appendInterpolation(_:)

Appends the name of the coding key.

SQLInterpolation+QueryInterface.swift:179
mutating func appendInterpolation(_ key: some CodingKey & SQLExpressible & SQLSelectable & SQLOrderingTerm)
// SELECT name FROM player
let request: SQLRequest<String> = "
    SELECT \(CodingKey.name) FROM player
    """