Skip to content

Support MySql #4

@alfonsodev

Description

@alfonsodev

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions