mariadb ?parseTime=true
Using ?parseTime=true with the Go MySQL driver could help by automatically converting DATETIME and TIMESTAMP fields into Go’s time.Time, making it easier to work with dates and times.
#golang #database #mariadb
Backend Developer | Go, Microservices, Scalability
Using ?parseTime=true with the Go MySQL driver could help by automatically converting DATETIME and TIMESTAMP fields into Go’s time.Time, making it easier to work with dates and times.
#golang #database #mariadb