SQLExpressible

public protocol SQLExpressible

The protocol for all types that can be turned into an SQL expression.

It is adopted by protocols like DatabaseValueConvertible, and types like Column.

See https://github.com/groue/GRDB.swift/#the-query-interface