https://github.com/d-ganchar/david8
david8 is lightweight Python SQL builder
https://github.com/d-ganchar/david8
clickhouse duckdb mysql postgres postgresql python python3 query-builder sql sql-queries sql-query sql-query-builder sqlite sqlite3
Last synced: 1 day ago
JSON representation
david8 is lightweight Python SQL builder
- Host: GitHub
- URL: https://github.com/d-ganchar/david8
- Owner: d-ganchar
- License: apache-2.0
- Created: 2025-11-08T21:53:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-04T16:21:36.000Z (4 months ago)
- Last Synced: 2026-02-05T03:52:25.013Z (4 months ago)
- Topics: clickhouse, duckdb, mysql, postgres, postgresql, python, python3, query-builder, sql, sql-queries, sql-query, sql-query-builder, sqlite, sqlite3
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/d-ganchar/david8/wiki)