Skip to main content

A library to build human readable SQL query string using a pythonic API

Project description

# Querybuilder

A module to build human readable SQL query string and then optionally convert them to where() caluse expressions for [Peewee](http://peewee-orm.com).

`python from querybuilder import Field as F, AND, OR query = OR(AND(F('pageviews') >= 10000, F('author_ids').contains(7,8,9))) `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qbuilder-0.1.1.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page