1 dépôt
Coordination of complex SQL features like recursive CTEs and nested JSON structures within a single query logic.
Distinct from Complex Search Querying: Focuses on the orchestration of multiple advanced SQL features rather than just searching indexed datasets
Explore 1 awesome GitHub repository matching data & databases · Advanced SQL Orchestration. Refine with filters or upvote what's useful.
Jet is a schema-driven code generation tool and type-safe SQL builder for Go. It introspects database schemas to automatically generate builders and data models, enabling compile-time type checking for table and column references to prevent runtime errors. The project distinguishes itself through a fluent interface that mirrors native SQL syntax, allowing for the orchestration of complex queries including common table expressions, recursive queries, and nested JSON structures. It further optimizes data retrieval by binding query outputs directly into generated Go structures or raw byte slices
Orchestrates advanced SQL capabilities including recursive queries and nested JSON structures within a fluent interface.