For people who use go in production; what do you use for database abstraction and mapping ? I found several "ORM" but either they throw static typing out the window, or they seem to be way overblown in what they try to do (ending up dictating how some of the data has to look in the database), I look only for a database abstraction (which db/sql doesn't provide), does a good one exists ?