Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ivailop7/sql-to-graphql-python
- Owner: ivailop7
- License: mit
- Created: 2020-11-16T23:50:02.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T23:41:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T16:22:02.810Z (about 1 month ago)
- Topics: blog, flask, graphql, post, python, sql, sqlalchemy, sqlalchemy-python, sqlite, web
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).