Alodb – I got tired of pasting my Postgres schema into ChatGPT
Local NL-to-SQL when DataGrip and TablePlus already offer AI features.
A lightweight, injection-proof query language for building type-safe SQL filters across Go, Python, and JavaScript.
Injection-proof filter language with cross-language parity in Go, Python, and JS.
Backend engineers building user-facing data filtering UIs
Hasura · Prisma · Apache Calcite
I want to share small library which i made.
While I developing my log viewer (https://github.com/iamtelescope/telescope) I needed a way for users to filter the data in my UI. Something like `status = 500 and level = "error"`. And on the backend i need to convert it into the SQL. And by default I don't want to give users raw SQL (because of security concerns).
So I create simple parser for this.
Later, I have another project and I needed exactly same thing, but for PostgreSQL. And later for my CLI stuff. So i decided to extract this telescope thing in a standalone library/project and call it FlyQL.
FlyQL is tiny filter language. It has implementation in three languages for today: Python, Golang and JavaScript. And it has support for 3 SQL dialects: ClickHouse, StarRocks and PostgreSQL.
Also, there are Vue3 editor component, which allows to easily use it in your own UI (if you are using vue)
Would love to hear any feedback.
MIT Licensed.
GitHub: https://github.com/iamtelescope/flyql
Playground: https://flyql.dev/playground/
Documentation: https://docs.flyql.dev/
Local NL-to-SQL when DataGrip and TablePlus already offer AI features.
Local-first natural language SQL beats cloud alternatives, but text-to-SQL is a crowded space.
Indexes the Linux kernel in 80 seconds without AST parsers, where tree-sitter tools fail.
Yet another natural-language-to-CLI tool in a crowded category.
Yet another database MCP server, but the CLI setup wizard is genuinely nice.
Parser library for HUML in Nim when the audience is basically zero people.