Selecto.Builder.ArrayOperations (Selecto v0.3.16)

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.

Link to this section Summary

Functions

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

Link to this section Functions

Link to this function

build_array_sql(spec, params_list, selecto \\ nil)

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