In this section we will give you an overview over the different integrations you can use with HotChocolate. We provide you with additional packages that help you integrate your favourite technology into a GraphQL API.
Entity Framework
The package HotChocolate.Data.EntityFramework
helps you to manage the DBContext
life cycle.
MongoDb
With the package HotChocoalte.Data.MongoDb
you can integrate your MongoDb with ease.
This package adds support for filtering, sorting, projection and pagination with native MongoDb queries.
Spatial Data
This collection of packages help you to expose NetTopologySuite types in form of GeoJSON and even integrate it with the data api.