Rename mysql executor to sql executor
ealyn opened this issue · 2 comments
ealyn commented
Mysql executor receive a gorm.DB, and gorm.DB have many drivers, e.g. postgres sqlite.
So sql
is more proper?
dddfirework/executor/mysql/executor.go
Line 127 in 3ddc321
kirinzhong commented
okay