Build SQL queries programmatically
- Zero external dependencies (stdlib only)
- Easy-to-use CLI interface
- Professional Python implementation
- MIT licensed
pip install -e .Or clone and install:
git clone https://github.com/Viprasol-Tech/query-builder
cd query-builder
pip install -e .from query_builder import QueryBuilder
result = QueryBuilder.process("data")
print(result)python -m query_builder "your input here"See the source code and docstrings for detailed API documentation.
MIT License - see LICENSE file for details
Part of Viprasol Utilities: https://viprasol.com
Created by Viprasol - Building AI-focused tools for developers.