Selecto.Builder.ArrayOperations (Selecto v0.4.5)

Copy Markdown

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.

Summary

Functions

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

Functions

build_array_sql(spec, params_list, selecto \\ nil)

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