I use plain SQL. Since I deal with mostly financial data, I need to control how 
my data get changed. I don't want some ORMs doing some funky business which may 
inadvertently lead to data corruption. I usually write a mapper for every table 
in the database. If a table structure is changed, I just fix the corresponding 
mapper. The rest of the code does not need to know SQL. 

I have been thinking of auto generating these mappers using go generate, but 
hmm.. maybe next year. 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to