incubator-seata-go icon indicating copy to clipboard operation
incubator-seata-go copied to clipboard

clean unused datasource config

Open smiletrl opened this issue 1 year ago • 0 comments

What this PR does:

Clean unused datasource config. Developer is able to pick AT/XA DB driver when open a database, like this

dbAt, err := sql.Open(sql2.SeataATMySQLDriver, dsn)
dbAt, err := sql.Open(sql2.SeataXAMySQLDriver, dsn)

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


smiletrl avatar Jan 31 '24 13:01 smiletrl