MySQL execution and scan support.
This commit is contained in:
parent
5dda5e1e11
commit
bffa102849
34 changed files with 48216 additions and 337 deletions
|
|
@ -7,7 +7,7 @@ import (
|
|||
|
||||
var (
|
||||
PostgreSQL = newPostgresDialect()
|
||||
MySql = newMySQLDialect()
|
||||
MySQL = newMySQLDialect()
|
||||
)
|
||||
|
||||
func newPostgresDialect() Dialect {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue