mymysql
mymysql copied to clipboard
MySQL Client API written entirely in Go
github.com\mikespook\mymysql\native\codecs.go:285: cannot fallthrough final case in switch
`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"]