/xQueries

A basic QueryBuilder in python

Primary LanguagePythonMIT LicenseMIT

QueryBuilder for Python

Overview

QueryBuilder is a Python class designed to simplify the construction of SQL queries in Python applications. It provides a fluent interface for building SQL queries dynamically, making it easier to generate complex SQL statements programmatically.

This project is really basic, you can complement it by contributing to the repository.

Characters

  • Construct SELECT, INSERT, UPDATE, and DELETE queries.
  • Support for specifying columns, conditions, ordering, limits, and offsets.
  • Fluent interface for chaining query building methods.
  • Compatible with various SQL databases.
  • Easy to integrate into Python applications.

Usage

View the file in carpet example/

Install xQueries

    pip install git+https://github.com/zzephryyk/xQueries.git