|
|
|
|
|
by davidkuennen
1488 days ago
|
|
Using go and postgres for my App's backend. After using NULLs this way at first, I noticed it's generally much much easier for me to just avoid nullable SQL columns wherever possible (it was always possible so far). Most of the time there is a much easier was to say a value is empty. For strings '' for example. This seriously made everything so much easier. Not necessarily anything to do with go tho. |
|