Hacker News new | ask | show | jobs
by TylerE 4780 days ago
Using mymysql the row object has typed getters.

row.Int(3) returns the 4th column as an int, row.Str(3) as a string, etc. Works fine for me.