mymysql icon indicating copy to clipboard operation
mymysql copied to clipboard

MySQL Client API written entirely in Go

Results 3 mymysql issues
Sort by recently updated
recently updated
newest added

github.com\mikespook\mymysql\native\codecs.go:285: cannot fallthrough final case in switch

bug

`go get github.com/mikespook/mymysql` github.com/mikespook/mymysql/native c:\go\src\github.com\mikespook\mymysql\native\codecs.go:285: cannot fallthrough final case in switch go version 1.1

db.Query returns rows []row can row turn into map,just like [key]value select id, username from user i can access with row["id"],row["username"]