Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivailop7/sql-to-graphql-python

Binding SQL database tables to GraphQL interface using SQLAlchemy and spawn a Flask-based GraphQL interactive console.
https://github.com/ivailop7/sql-to-graphql-python

blog flask graphql post python sql sqlalchemy sqlalchemy-python sqlite web

Last synced: 14 days ago
JSON representation

Binding SQL database tables to GraphQL interface using SQLAlchemy and spawn a Flask-based GraphQL interactive console.

Awesome Lists containing this project

README

        

# 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](https://www.ivaylopavlov.com/setting-up-graphql-for-an-sql-database-in-python/).