2 repository-uri
Injection of native SQL snippets into model definitions for custom aggregations and transformations.
Distinct from SQL Injection Prevention: Distinct from SQL injection prevention: focuses on enabling custom SQL logic within models rather than security hardening.
Explore 2 awesome GitHub repositories matching data & databases · SQL Expression Embedding. Refine with filters or upvote what's useful.
Cube is a semantic data layer that provides a unified framework for defining business metrics, dimensions, and relationships across diverse data sources. By acting as a headless business intelligence engine, it transforms raw data into a governed model that can be queried via SQL, REST, and GraphQL interfaces. This architecture ensures consistent data definitions and logic across all downstream analytical applications and reporting tools. The platform distinguishes itself through its integrated conversational AI capabilities, which allow users to explore data using natural language. It orches
Allows developers to embed custom SQL logic directly into the semantic model for advanced transformations.
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
Transforms raw SQL queries into structured lazy table expressions for further programmatic manipulation.