The stack is made up of two main libraries:
* ObjectQL (http://objectql.com/) An object Mapper from Python to GraphQL.
* DataRM (https://gitlab.com/kiwi-ninja/datarm) A thin layer on top of SQLAlchemy that simplifies schema definition by using typehints.
The HN submission links to load of open source examples to see how everything fits together.
I've decided to open source the libraries so anyone can use them - https://gitlab.com/kiwi-ninja and they are all available on PyPi.
Enjoy, I'm interested to hear what people think about the design!
The stack is made up of two main libraries:
* ObjectQL (http://objectql.com/) An object Mapper from Python to GraphQL.
* DataRM (https://gitlab.com/kiwi-ninja/datarm) A thin layer on top of SQLAlchemy that simplifies schema definition by using typehints.
The HN submission links to load of open source examples to see how everything fits together.
I've decided to open source the libraries so anyone can use them - https://gitlab.com/kiwi-ninja and they are all available on PyPi.
Enjoy, I'm interested to hear what people think about the design!