Skip to content

Commit

Permalink
Added update and delete mutations (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
regeda authored Dec 27, 2023
1 parent 39efa7d commit 170f965
Show file tree
Hide file tree
Showing 6 changed files with 475 additions and 39 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

TurboQL is a tool designed to automatically generate GraphQL schemas tailored to your PostgreSQL database. It exclusively supports PostgreSQL databases.

The generator seamlessly translates the information schema of your database into corresponding GraphQL models and objects. Notably, TurboQL focuses on creating GraphQL schemas specifically for read-only operations and does not accommodate mutations.
The generator seamlessly translates the information schema of your database into corresponding GraphQL models and objects. Notably, TurboQL facilitates the complete implementation of CRUD operations (create/read/update/delete) when generating GraphQL schemas.

It is crucial to ensure that your database schema is thoroughly designed with valid foreign key constraints. This is essential for establishing meaningful relationships between GraphQL objects during the schema generation process.

Expand Down
Loading

0 comments on commit 170f965

Please sign in to comment.