Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

===========
queryfilter
===========

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

Feature
=======

- 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.