strawberry-graphql / strawberry

A GraphQL library for Python that leverages type annotations 🍓
https://strawberry.rocks
MIT License
4.01k stars 533 forks source link

SQLalchemy Integration and/or Docs #2542

Open besteman opened 1 year ago

besteman commented 1 year ago

It would be good to have an integration guide of how to properly use SQLalchemy with Strawberry.

Feature Request Type

Description

SQLalchemy is one of the most popular SQL toolkit and ORM for Python. It is first class.

image

sqlalchemysqlalchemy The Database Toolkit for Python 2023-02-15 at 6 47 24 AM

It is highly likelihood that the data that Strawberry will serve will be coming from SQLalchemy. It would make sense to have docs and a in-house integration for SQLalchemy.

Upvote & Fund

Fund with Polar

mastercoms commented 1 year ago

Graphene provides a SQLAlchemy integration: https://github.com/graphql-python/graphene-sqlalchemy