An open API service indexing awesome lists of open source software.

https://github.com/shaposhnyk/graphql-jooq

graphql jooq integration
https://github.com/shaposhnyk/graphql-jooq

graphql java java8 jooq kotlin spring-boot-2

Last synced: 2 months ago
JSON representation

graphql jooq integration

Awesome Lists containing this project

README

          

# Simple GraphQL facade for an RDMS
Simple GraphQL facade for Relational Database via JOOQ

## Motivations
- allow simple and flexible configuration for data API exposed over GraphQL

## Features
- Type-safe DB-schema objects
- filtering arguments
- caching fetching

## How to use
```
$ mvn spring-boot:run
$ start http://localhost:9900/graphiql
```