Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.05 KB

File metadata and controls

32 lines (24 loc) · 1.05 KB

GraphQL.SQL for .NET

.NET

Beta Version - See example app for documentation for now.

Generate a GraphQL API from your SQL database in minutes.

Features

  • Lightning fast and light weight
  • Generates GraphQL Types from database Schema
  • Generates Queries and Insert, Update and Delete Mutations
  • Advanced Set querying logic
  • Where conditions
  • Order by
  • One-To-Many joins
  • Many-To-Many joins
  • Paging
  • Connections
  • Support for more databases
  • Documentation

Container Registration

Use extension method to quickly add the required services to IServiceCollection:

 services.UseGraphQL(_connectionString);