Postgrex v0.12.2 Postgrex.Date View Source

Struct for Postgres date.

Fields

  • year
  • month
  • day

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Postgrex.Date{day: 1..31, month: 1..12, year: 0..10000}