pql is an open-source pipelined query language that translates to SQL and is written in Go
Details
This Go library compiles a pipelined-based query language (inspired by the Kusto Query Language) into SQL. It has been specifically tested to work with the Clickhouse SQL dialect, but the generated SQL is intentionally database agnostic. This repository contains a the Go library, and a CLI to invoke the library.
About
Details
References