type Options struct {
// ConnDeadline contains the max time to// stablish a connection with the database.
ConnDeadline time.Duration// contains filtered or unexported fields
}
Options contains the url and a deadline
to establish a connection with the database.