issue9/orm

通过 DriverName 获取相应的 Dialect 实例

Closed this issue · 0 comments

caixw commented

Dialect 和 Driver 是一一对应的关系,可以通过 DriverName 获取对应的 Dialect 实例。
不过目前没有好的方式可以获取 DriverName。