package db import ( "time" ) // Option option type Option struct { Driver string DNS string MaxOpenConns int MaxIdle int MaxLifetime time.Duration }