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

https://github.com/thecodingmachine/tdbm-graphql

A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite)
https://github.com/thecodingmachine/tdbm-graphql

Last synced: 9 months ago
JSON representation

A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite)

Awesome Lists containing this project

README

          

[![Latest Stable Version](https://poser.pugx.org/thecodingmachine/tdbm-graphql/v/stable)](https://packagist.org/packages/thecodingmachine/tdbm-graphql)
[![Total Downloads](https://poser.pugx.org/thecodingmachine/tdbm-graphql/downloads)](https://packagist.org/packages/thecodingmachine/tdbm-graphql)
[![Latest Unstable Version](https://poser.pugx.org/thecodingmachine/tdbm-graphql/v/unstable)](https://packagist.org/packages/thecodingmachine/tdbm-graphql)
[![License](https://poser.pugx.org/thecodingmachine/tdbm-graphql/license)](https://packagist.org/packages/thecodingmachine/tdbm-graphql)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/thecodingmachine/tdbm-graphql/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/thecodingmachine/tdbm-graphql/?branch=master)
[![Build Status](https://travis-ci.org/thecodingmachine/tdbm-graphql.svg?branch=master)](https://travis-ci.org/thecodingmachine/tdbm-graphql)
[![Coverage Status](https://coveralls.io/repos/thecodingmachine/tdbm-graphql/badge.svg?branch=master&service=github)](https://coveralls.io/github/thecodingmachine/tdbm-graphql?branch=master)

TDBM-GraphQL
============

GraphQL bridge between TDBM and GraphQLite library.

This library will generate GraphQLite types based on your database model and will modify generates beans with proper annotations.

### [Read documentation](https://thecodingmachine.github.io/tdbm/doc/graphqlite.html)