DORSETRIGS
Home

sqlc (4 post)


posts by category not found!

How to write sql update query so that sqlc can convert to golang function with optional paramters?

How to Write an SQL Update Query for sqlc to Convert to a Go Function with Optional Parameters When working with SQL databases in Go its common to use libraries

2 min read 22-09-2024 52
How to write sql update query so that sqlc can convert to golang function with optional paramters?
How to write sql update query so that sqlc can convert to golang function with optional paramters?

Getting Empty Records Back Using Golang, SQLC and PostgreSQL

Getting Empty Records Back Using Golang SQLC and Postgre SQL In modern application development its common to handle various database operations including retrie

2 min read 22-09-2024 47
Getting Empty Records Back Using Golang, SQLC and PostgreSQL
Getting Empty Records Back Using Golang, SQLC and PostgreSQL

How to reuse return types across queries in sqlc

How to Reuse Return Types Across Queries in SQLC When working with SQLC SQL Code Generator for Go developers often face the challenge of managing return types a

2 min read 19-09-2024 40
How to reuse return types across queries in sqlc
How to reuse return types across queries in sqlc

Go/Gin/sqlc REST API endpoint that can update data to empty string

Efficiently Updating Data with Empty Strings in Go Gin sqlc REST API This article will explore a more efficient and cleaner way to handle updating data to empty

2 min read 29-08-2024 57
Go/Gin/sqlc REST API endpoint that can update data to empty string
Go/Gin/sqlc REST API endpoint that can update data to empty string