Libraries tagged by json-aggregation
rgalstyan/symfony-aggregated-queries
4 Favers
1 Downloads
1 Downloads
Reduce multi-relation Doctrine queries to a single SQL statement using JSON aggregation. Solves Doctrine's N+1 problem.
rgalstyan/laravel-aggregated-queries
11 Favers
16 Downloads
16 Downloads
Optimize Laravel queries using SQL JSON aggregation (belongsTo/hasOne/hasMany in a single query)
shammaa/laravel-optimized-queries
1 Favers
33 Downloads
33 Downloads
Advanced Laravel query optimizer - Reduce multiple Eloquent queries to a single optimized SQL statement with JSON aggregation. Supports nested relations, callbacks, belongsToMany, polymorphic relations, and caching.