Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Query Builder

Build SQL queries programmatically

Features

  • Zero external dependencies (stdlib only)
  • Easy-to-use CLI interface
  • Professional Python implementation
  • MIT licensed

Installation

pip install -e .

Or clone and install:

git clone https://github.com/Viprasol-Tech/query-builder
cd query-builder
pip install -e .

Usage

Python

from query_builder import QueryBuilder

result = QueryBuilder.process("data")
print(result)

CLI

python -m query_builder "your input here"

Documentation

See the source code and docstrings for detailed API documentation.

License

MIT License - see LICENSE file for details

About

Part of Viprasol Utilities: https://viprasol.com

Created by Viprasol - Building AI-focused tools for developers.

About

Build SQL queries programmatically

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages