Idris2Doc : Postgres.LoadTypes

Postgres.LoadTypes

(source)

Definitions

pgLoadTypes : HasIOio=>Conn->io (EitherStringTypeDictionary)
  Load Postgres types into a type dictionary. This is needed so that future queries
can identify the types of columns in responses.

Visibility: export