Postgres Arrays and PHP -Part 1
Explores using PostgreSQL's native array types in PHP applications instead of traditional junction tables. Demonstrates how to handle array data through PDO and Laravel's query builder, including parsing array output syntax, converting between JSON and arrays, and extending Laravel's Expression class to support parameterized array operations. Highlights the challenges of integrating Postgres arrays with PHP tooling and questions whether the complexity is worth the benefits over storing JSON directly.