MySQL data aware grid.

Hi.

I’m looking for an easy way of selecting and updating
tables from MySQL using a grid. I’ve worked on it myself, but I’m
still a bit lost both when it comes to MySQL and wxPython. Because of this, I
have some bad solutions on updating the table. I looked at http://wiki.wxpython.org/index.cgi/Data-aware_Controls_with_Validators%2C_demonstrated_in_a_dialog?highlight=%28database%29
, but this is created using adodb and don’t seem to be fitted a grid.

Anyone knows about a good library I can look at?