Expand description
Join query implementation for combining multiple collections.
This module provides the JoinQuery struct which enables SQL-like JOIN operations
between collections using type-safe key-paths.
Structsยง
- Join
Query - A query builder for joining two collections.