A .Net implementation of the Join Monster NodeJS library.
Join Monster for .NET is a query planner and batch data fetcher between GraphQL and SQL built for GraphQL for NET.
NOTE: While the project is considered stable, the public API will have breaking changes with each release before v1.0.
For now the supported databases are PostgreSQL and SQLite (limited support).
Take a look at the Star Wars Sample.
- Where conditions
- Order by
- One-To-Many joins
- Many-To-Many joins
- Paging
- Connections
- Better SQL query abstraction
- Query batching
- Support for more databases
- Documentation