项目作者: ivailop7

项目描述 :
Binding SQL database tables to GraphQL interface using SQLAlchemy and spawn a Flask-based GraphQL interactive console.
高级语言: Python
项目地址: git://github.com/ivailop7/SQL-to-GraphQL-Python.git
创建时间: 2020-11-16T23:50:02Z
项目社区:https://github.com/ivailop7/SQL-to-GraphQL-Python

开源协议:MIT License

下载


Setting up GraphQL for an SQL database in Python with Graphene & SQLAlchemy

This is a demo repo on how to bind an SQLite database to GraphQL interfaces using SQLAlchemy’s Object Relational Mapping in Python 3 and spawn a Flask-based web server, serving the GraphQL interactive console.

The walkthrough blog post associated with this project can be found on Ivo’s Blog.