queryfilter

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


License
Apache-2.0
Install
pip install queryfilter==0.6.0

Documentation

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.