2 Repos
Tools for viewing the raw SQL generated from programmatic expressions for debugging and performance tuning.
Distinct from Portable SQL Generation: The candidates focus on bytecode or natural language generation, not the inspection of a compiled dataframe expression.
Explore 2 awesome GitHub repositories matching data & databases · Compiled SQL Inspection. Refine with filters or upvote what's useful.
Ibis is a portable Python dataframe library and multi-backend query engine that provides a unified interface for executing data transformations across diverse compute engines. It functions as a Python SQL expression compiler and dialect transpiler, allowing users to define data logic once and execute it across cloud warehouses, embedded databases, and distributed clusters without rewriting code. The project distinguishes itself through a database backend abstraction that decouples transformation logic from the underlying execution engine. It enables polyglot data workflows by mixing raw SQL s
Allows users to inspect the exact SQL query compiled from a Python dataframe expression.
ihp is a type-safe web framework and full-stack application orchestrator designed for PostgreSQL. It functions as a server-side rendering framework and a type-safe ORM that automatically generates record types from SQL schemas to ensure compile-time query validation. The platform distinguishes itself by verifying routing, database queries, and templates at compile time to prevent runtime crashes. It implements real-time web interfaces using WebSockets for instant data synchronization and employs server-driven hypermedia for partial DOM patching. The framework covers a broad range of integrat
Logs the raw SQL generated from programmatic queries to the terminal for verification and debugging.