Build complex nested queries
Project description
django-query-builder
querybuilder is a django library for assisting with the construction and execution of sql. This is not meant to replace django querysets; it is meant for managing complex queries and helping perform database operations that django doesn’t handle.
Why use querybuilder?
The django querybuilder allows you to control all parts of the query construction. This is happens more clearly because the function calls more closely represent the actual sql keywords.
Why not just use django’s .raw() function?
While the raw function lets you execute custom sql, it doesn’t provide any way for the developer to build the query dynamically. Users lacking experience writing “raw” sql should avoid using querybuilder and stick with django’s querysets. The querybuilder’s query construction closely mirrors writing sql, where django querysets simplify the sql generation process for simple queries.
Requirements
Python 2.7
Python 3.3, 3.4
Django 1.6+
Postgres 9.3+
Installation
To install the latest release, type:
pip install django-query-builder
To install the latest code directly from source, type:
pip install git+git://github.com/ambitioninc/django-query-builder.git
Documentation
Full documentation is available at http://django-query-builder.readthedocs.org
License
MIT License (see LICENSE)
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
File details
Details for the file django-query-builder-pebble-0.9.0.tar.gz
.
File metadata
- Download URL: django-query-builder-pebble-0.9.0.tar.gz
- Upload date:
- Size: 38.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab61ffadb4f7d396b2427fb733ebb297b4f26e3cd73c2ce7c08618bb22cda620 |
|
MD5 | ccca00dab7fbe2f036758c57e52a2ef7 |
|
BLAKE2b-256 | db626d4655eca14101e09ffda2e1e9cd56a114e0bf52ba2c1908bcc0752301b5 |