As we start to develop real services, we found out that our database handling needs some improvements. We are going to do a series of improvements of the current state by adding some new features, and restructuring some existing ones.
Data source name - DSN
We aren’t doing any kind of data source handling so far, but we need to inject some options into the DSN, like the following:
parseTime=true - needed for decoding date/datetime values into a time.Time, instead of []byte, loc=Local -...
Published on December 15, 2019 08:00