# `Selecto.Builder.ArrayOperations`

SQL builder for PostgreSQL array operations.

Generates SQL for array aggregation, manipulation, testing, and unnest operations.
Handles proper parameter binding and escaping for safe SQL generation.

# `build_array_sql`

Build SQL for an array operation.
Returns iodata with parameter markers instead of SQL strings.

---

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