Postgrex.Path (Postgrex v0.20.0)

View Source

Struct for PostgreSQL path.

Fields

  • open
  • points

Summary

Types

t()

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