Login
From:
Alex Pliutau Blog
(Uncensored)
subscribe
Working with DB nulls in Golang
https://pliutau.com/working-with-db-nulls/
links
backlinks
Roast topics
Find topics
Find it!
This post shows how to marshall NULL values from the database into Go struct and how to avoid mistakes during fetching optional values with SELECT query.