An open API service indexing awesome lists of open source software.

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

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)