Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ichef/queryfilter
Share same query interface between Django ORM, SQLAlchemy, GraphQL backend, and raw dict
https://github.com/ichef/queryfilter
Last synced: 3 months ago
JSON representation
Share same query interface between Django ORM, SQLAlchemy, GraphQL backend, and raw dict
- Host: GitHub
- URL: https://github.com/ichef/queryfilter
- Owner: iCHEF
- License: apache-2.0
- Created: 2018-02-12T04:03:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T06:33:01.000Z (almost 4 years ago)
- Last Synced: 2024-08-11T00:05:54.056Z (6 months ago)
- Language: Python
- Homepage:
- Size: 129 KB
- Stars: 3
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
===========
queryfilter
===========.. image:: https://travis-ci.org/iCHEF/queryfilter.svg?branch=master
:target: https://travis-ci.org/iCHEF/queryfilterFeature
=======- Allow same query interface to be shared between Django ORM, SQLAlchemy, and GraphQL backend.
Document
========https://github.com/iCHEF/queryfilter/wiki
Installation
============.. code-block::
pip install queryfilter
Development
===========.. code-block::
git clone https://github.com/iCHEF/queryfilter.git
cd queryfilter
pip install -e .[dev]Tests
-----This project uses `pytest `_ to run tests.