/queryfilter

Share same query interface between Django ORM, SQLAlchemy, GraphQL backend, and raw dict

Primary LanguagePythonApache License 2.0Apache-2.0

queryfilter

https://travis-ci.org/iCHEF/queryfilter.svg?branch=master

Feature

  • Allow same query interface to be shared between Django ORM, SQLAlchemy, and GraphQL backend.

Document

https://github.com/iCHEF/queryfilter/wiki

Installation

pip install queryfilter

Development

git clone https://github.com/iCHEF/queryfilter.git
cd queryfilter
pip install -e .[dev]

Tests

This project uses pytest to run tests.