-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
add MySql Support to Yao by writing an adapter similar to
for each field of each table we need the following struct
type FieldInfo struct {
Name string
Nullable string
Datatype string
KeyInfo string
}
that you can find in generate.go
have a look on how the postgres adapter is implemented
Reactions are currently unavailable