databaseJSONDecoder(for:)
Returns the JSONDecoder
that decodes the value for a given column.
static func databaseJSONDecoder(for column: String) -> JSONDecoder
This method is dedicated to FetchableRecord
types that also conform to the standard Decodable
protocol and use the default init(row:)
implementation.