Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Show HN: FlyQL: query language to filter data or generate SQL

FlyQL is a lightweight, security-focused query language library that lets users filter data with a simple syntax like "status = 500" while generating safe SQL behind the scenes. It supports Python, Golang, and JavaScript, works with ClickHouse, StarRocks, and PostgreSQL, and includes a Vue 3 editor component for easy UI integration.

Related stories

  • SQLAlchemy is recommended as a database solution for Python web applications. This chapter demonstrates integrating SQLAlchemy with Flask and FastAPI, two popular Python web frameworks, serving as examples for use with other frameworks as well.