We're a two-person team from Norway. We love functional programming, data infrastructure, and building tools that make other engineers' lives better.
Three years ago we set out to solve a problem that had been bugging us for years: SQL tooling is terrible. Every tool handles one dialect. Every lineage tool is a black box. Every formatter mangles your Jinja. And everything is slow.
So we built a compiler. A single declarative grammar definition that generates specialized, JIT-optimized compilers for 15 SQL dialects. Each one produces a fully typed, immutable AST with 9,400+ node types. On top of that: scope resolution, column lineage, type inference, query optimization, error recovery, and a complete Jinja evaluator for dbt projects.
The result outperforms hand-written Rust and C implementations on every benchmark we've run. It passes the official conformance test suites of PostgreSQL's libpg_query and Google's ZetaSQL. It compiles 59 public dbt projects — nearly 10,000 models — without errors.
None of this is open source. It's the foundation of everything we're building. But we wanted to give you a way to experience the quality firsthand.

