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
- Host: GitHub
- URL: https://github.com/shaposhnyk/graphql-jooq
- Owner: shaposhnyk
- Created: 2018-12-09T21:22:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T14:46:44.000Z (about 6 years ago)
- Last Synced: 2026-04-05T22:37:38.948Z (2 months ago)
- Topics: graphql, java, java8, jooq, kotlin, spring-boot-2
- Language: Kotlin
- Size: 39.1 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```