Why JSONB is returning as a string? – Postgresql
I have started a "instagram clone" backend to try learn somethings about golang, but I'm having a problem that I do not know how to solve. I have build a simple API with Fiber that get some posts: package server…