gqlgen-pg-todo-example
GraphQL example
A simple GraphQL example project using gqlgen and Postgres database
This a simple gqlgen repository example which includes basic models and interactions with a pg database
158 stars
6 watching
31 forks
Language: Go
last commit: over 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
99designs/gqlgen | Library for building GraphQL servers with type safety and code generation | 9,969 |
karlseguin/pg.zig | A native PostgreSQL client driver written in Zig | 249 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 349 |
microsoft/cppgraphqlgen | Tools for generating and consuming GraphQL services in C++ | 325 |
zaba505/gws | A WebSocket client and server implementation for GraphQL communication | 6 |
go-gremlin/gremlin | A Go client library for interacting with TinkerPop3 Gremlin Server-based graph databases. | 115 |
ssgreg/journald | Provides an implementation of systemd Journal's native API for structured logging in Go. | 41 |
fs02/grimoire-todo-example | A Golang Todo API example using Grimoire and Chi as router | 1 |
graphql-python-archive/django-graphiql | Integrates GraphiQL into Django projects for testing GraphQL schemas | 35 |
qasaur/gremgo | A fast and efficient client for the Apache TinkerPop graph database stack using Go | 98 |
chadian/ember-graphql-examples | A collection of examples showcasing the use of GraphQL in an Ember application | 5 |
studio-net/laravel-graphql | Provides a GraphQL implementation on top of Laravel's Eloquent ORM | 56 |
overblog/graphqlbundle | Tools to build a complete GraphQL API server in a Symfony application | 787 |
robinjoseph08/go-pg-migrations | A tool to help manage migrations for a PostgreSQL database using Go and go-pg. | 84 |
vgarvardt/pgx-google-uuid | Enables Google UUID type support for the PostgreSQL driver | 39 |