zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

default_types.ex (212B)


      1 Postgrex.Types.define(Postgrex.DefaultTypes, [],
      2   moduledoc: """
      3   The default module used to encode/decode PostgreSQL types.
      4 
      5   Type modules are given as the `:types` option in `Postgrex.start_link/1`.
      6   """
      7 )