Dima 71418ee77d Update DB (default ssl mode) | 6 ay önce | |
---|---|---|
.. | ||
db.go | 6 ay önce | |
db_config.go | 6 ay önce | |
error.go | 6 ay önce | |
readme.md | 6 ay önce | |
tx.go | 6 ay önce |
dbConn, err := db.NewDB(
db.NewConfig(
db.WithDriver("mysql"),
db.WithUsername("username"),
db.WithPassword("password"),
db.WithDatabase("db"),
),
)
if err != nil {
// TODO
}
err = dbConn.Ping()