Getting Started
FlyQL is available in three languages. Pick the one that matches your stack:
| Language | Install | Parser | Generators | Matcher |
|---|---|---|---|---|
| Go | go get | Yes | ClickHouse, PostgreSQL, StarRocks | Yes |
| Python | pip install (git) | Yes | ClickHouse, PostgreSQL, StarRocks | Yes |
| JavaScript | npm install | Yes | ClickHouse, PostgreSQL, StarRocks | Yes |
Each guide covers installation, parsing a query, generating SQL, and (where available) matching in-memory data.