Open marionschleifer opened 1 year ago
Related issue: https://github.com/hasura/graphql-engine/issues/7073
Support for SQL Server Stored Procedures is now available. Check out the docs to learn more. https://hasura.io/docs/latest/schema/ms-sql-server/logical-models/stored-procedures/
Feature Description
Track stored procedures saved in your database and expose and enable them as types in the Hasura GraphQL schema.
User value / outcome
Support for stored procedures enables a wide range of use cases, providing more flexibility and power for developers when working with GraphQL APIs. Some of these use cases include:
By adding support for stored procedures, Hasura would enable developers to leverage these powerful database features, making it even easier to build performant, secure, and scalable GraphQL APIs.
Current status (design, alpha, beta etc.)
TBD
Resources (e.g. RFCs)