Metadata-Version: 2.4
Name: david8
Version: 0.4.0b1
Summary: Lightweight Python SQL query builder with support for multiple dialects: ClickHouse, PostgreSQL, DuckDB, MySQL and SQLite
Author-email: Danila Ganchar <danila.ganchar@gmail.com>
Maintainer-email: Danila Ganchar <danila.ganchar@gmail.com>
Project-URL: Homepage, https://github.com/d-ganchar/david8
Project-URL: Changelog, https://github.com/d-ganchar/david8/releases
Project-URL: Issues, https://github.com/d-ganchar/david8/issues
Project-URL: CI, https://github.com/d-ganchar/david8/actions
Project-URL: Documentation, https://github.com/d-ganchar/david8/wiki
Project-URL: Source, https://github.com/d-ganchar/david8
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Database
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# 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)
