# `Postgrex.Box`
[🔗](https://github.com/elixir-ecto/postgrex/blob/v0.22.3/lib/postgrex/builtins.ex#L194)

Struct for PostgreSQL `box`.

## Fields

  * `upper_right`
  * `bottom_left`

# `t`

```elixir
@type t() :: %Postgrex.Box{
  bottom_left: Postgrex.Point.t(),
  upper_right: Postgrex.Point.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
