Postgrex v0.13.5 Postgrex.Point View Source

Struct for Postgres point.

Fields

  • x
  • y

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Postgrex.Point{x: float(), y: float()}