david8
A fast, lightweight, and elegant SQL query builder for Python.
Designed with clarity and minimalism in mind, it provides a clean, expressive interface for constructing
SQL queries without sacrificing control or performance.
The builder automatically generates safe parameter placeholders and binds parameters for you, keeping your code
concise and secure.
Whether you're assembling simple filters or composing complex queries, this query builder gives you a
predictable and ergonomic workflow
- Zero dependencies
- Zero global objects
- Built-in base support for ClickHouse, PostgreSQL, DuckDB, MySQL and SQLite
See Wiki