Postgrex.Path (Postgrex v0.21.1)

View Source

Struct for PostgreSQL path.

Fields

  • open
  • points

Summary

Types

t()

@type t() :: %Postgrex.Path{open: boolean(), points: [Postgrex.Point.t()]}