Improving our database handling

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 -...
 •  0 comments  •  flag
Share on Twitter
Published on December 15, 2019 08:00
No comments have been added yet.