SQLSelectable

public protocol SQLSelectable

This protocol is an implementation detail of the query interface. Do not use it directly.

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

Low Level Query Interface

SQLSelectable is the protocol for types that can be selected, as described at https://www.sqlite.org/syntax/result-column.html