Posts tagged with: #sqlc
Let's Build a GraphQL Server in Go, Part 2: Dataloaders
20 January 2020
This is the second in a series of posts covering the process of building a simple yet full featured GraphQL server in Go. In this post we will focus on implementing dataloaders to improve the performance of the server.
Read more →Let's Build a GraphQL Server in Go, Part 1
4 January 2020
This is the first in a series of posts covering the process of building a simple yet full featured GraphQL server in Go. In this post we will use gqlgen and sqlc to build a working GraphQL server backed by a PostgreSQL database, and capable of performing basic CRUD operations.
Read more →