Database Table Browser

I've been looking for some sample code as a starting point for writing a
browser for DB tables. I've read the
http://wiki.wxpython.org/index.cgi/wxPyGridTableBase page and associated
links, and have poked around to look for stuff, but haven't found any
actual code. As a way to learn more about this stuff, I'd like to write
something like any of a number of db browser type utilities using
wxPython & the wxgrid, probably targeting PySQLite at first. Any idea
of some simple code that actually hooks up a DB (of any variety - even
Gadfly, since I expect the DB-API 2 layer to help keep things
transparent)? Thanks,

···

--
Greg

For python database code examples you might want to check out:
http://mail.python.org/mailman/listinfo/db-sig
the mailing list for the database special interest group. O'Reilly's MySQL
book had enough sample code to get me started.

John Purser

···

-----Original Message-----
From: news [mailto:news@main.gmane.org]On Behalf Of Greg Brunet
Sent: Monday, July 21, 2003 1:29 PM
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython-users] Database Table Browser

I've been looking for some sample code as a starting point for writing a
browser for DB tables. I've read the
http://wiki.wxpython.org/index.cgi/wxPyGridTableBase page and associated
links, and have poked around to look for stuff, but haven't found any
actual code. As a way to learn more about this stuff, I'd like to write
something like any of a number of db browser type utilities using
wxPython & the wxgrid, probably targeting PySQLite at first. Any idea
of some simple code that actually hooks up a DB (of any variety - even
Gadfly, since I expect the DB-API 2 layer to help keep things
transparent)? Thanks,

--
Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org