SelectQuery
data class SelectQuery(val sql: String, val columns: List<Field>, val bindings: List<SelectQuery.Binding>)
Input for SelectQuerier which contains a parameterize SQL query along with its parameter bindings and a description of the columns of the result set.