Binding SQL database tables to GraphQL interface using SQLAlchemy and spawn a Flask-based GraphQL interactive console.
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.