Column

A column in a database table.

When you need to introduce your own column type, don’t wrap a Column. Instead, adopt the ColumnExpression protocol.

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

  • The hidden rowID column

  • The name of the column

  • Creates a column given its name.

  • The FTS5 rank column