Postgrex.Point (Postgrex v0.20.0)

View Source

Struct for PostgreSQL point.

Fields

  • x
  • y

Summary

Types

t()

@type t() :: %Postgrex.Point{x: float(), y: float()}