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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file qbuilder-0.1.1.tar.gz.
File metadata
- Download URL: qbuilder-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ac1f7d55fbb5546d93dae77e726171ac38416c22bfa34c29a962e182973ad44
|
|
| MD5 |
ed0fe45e58d6eb780e58da32df2708a6
|
|
| BLAKE2b-256 |
44367daa857a134d1ee318d5113db3343b66b871fc4b77c552fc859e5da03cf2
|