https://github.com/jodendaal/graphql.sql
Generate a GraphQL API from your SQL database in minutes.
https://github.com/jodendaal/graphql.sql
dotnet dotnet-core graphql sql
Last synced: 6 months ago
JSON representation
Generate a GraphQL API from your SQL database in minutes.
- Host: GitHub
- URL: https://github.com/jodendaal/graphql.sql
- Owner: jodendaal
- License: mit
- Created: 2021-10-24T00:36:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T20:34:04.000Z (over 3 years ago)
- Last Synced: 2025-02-02T04:24:07.925Z (8 months ago)
- Topics: dotnet, dotnet-core, graphql, sql
- Language: C#
- Homepage:
- Size: 383 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL.SQL for .NET
[](https://github.com/jodendaal/GraphQL.SQL/actions/workflows/dotnet-desktop.yml)
# Beta Version - See example app for documentation for now.Generate a GraphQL API from your SQL database in minutes.
## Features
- [x] Lightning fast and light weight
- [x] Generates GraphQL Types from database Schema
- [x] Generates Queries and Insert, Update and Delete Mutations
- [x] Advanced Set querying logic
- [x] Where conditions
- [x] Order by
- [x] One-To-Many joins
- [x] Many-To-Many joins
- [x] Paging
- [x] Connections
- [ ] Support for more databases
- [ ] Documentation## Container Registration
Use extension method to quickly add the required services to [IServiceCollection](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.dependencyinjection.iservicecollection):