Skip to content

Instance Method

array(of:)

Deprecated

Use ``PostgresRow`` and ``PostgresDecodable`` instead.

func array<T>(of type: T.Type = T.self) -> [T]? where T : PostgresDataConvertible