Description
Automatically generate a GraphQL API for an SQLite database.
Description
AirGQL automatically generates a GraphQL API for SQLite databases. It analyses the database schema and builds the corresponding GraphQL introspection and data resolvers.
The generated API supports all basic CRUD operations and even complex queries and mutations including filters and pagination. It's the perferct solution for easily integrating GraphQL support into existing Haskell servers.
AirGQL is part of the Airsequel project, which provides a complete solution for building web applications on top of SQLite databases.