thecodingmachine / tdbm-graphql
A class generator that will generate GraphQL types from your database schema (using thecodingmachine/graphqlite).
Installs: 73 982
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 4
Open Issues: 1
Requires
- doctrine/dbal: ^2.9.2
- psr/container: ^1
- symfony/filesystem: ^2.0 || ^3.0 || ^4.0 || ^5.0
- thecodingmachine/graphqlite: ^4
- thecodingmachine/tdbm: ~5.2.0
- thecodingmachine/tdbm-fluid-schema-builder: ^1
Requires (Dev)
- mouf/picotainer: ^1.1
- phpunit/phpunit: ^6.5.14
- satooshi/php-coveralls: ^1.1
- symfony/cache: ^4.2.4 || ^5
README
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.