ginq

Groovy Integrated Query (GINQ) for SQL-like collection queries.

Groovy Modern Features – Cookbook Guide with 10+ Examples

Groovy modern features introduced in versions 4 and 5 worth knowing. See 14 tested examples covering records, sealed classes, switch expressions, pattern matching, text blocks, GINQ queries, var keyword, and virtual threads integration. “A language that doesn’t evolve eventually gets replaced by one that does. Groovy 4 and 5 prove the language has no plans to stop evolving.” Guillaume Laforge, Groovy Project Lead Last Updated: March 2026 | Tested on: Groovy 5.x, Java 17+ | Difficulty: Intermediate-Advanced | Reading Time: ... Read More

Groovy GINQ – SQL-Like Collection Queries with 12 Tested Examples

Groovy GINQ for SQL-like collection querying. 12+ examples covering select, where, joins, groupby, aggregates, and nested queries. Tested on Groovy 5.x. “Why leave Groovy to write SQL when you can bring SQL into Groovy? GINQ lets you query collections like database tables – right in your code.” Paul Deitel, Java How to Program Last Updated: March 2026 | Tested on: Groovy 5.x, Java 17+ | Difficulty: Intermediate | Reading Time: 25 minutes What is GINQ in Groovy? If you’ve ever ... Read More