|
From: Bryan M. <bmu...@gm...> - 2005-06-08 22:59:30
|
CTMers, I've done a little research while laid up after my hernia surgery and discovered that there is a fairly popular object relational mapper for python called SQLObject: http://sqlobject.org/ "It allows you to translate RDBMS table rows into Python objects, and manipulate those objects to transparently manipulate the database."=20 It supports MySQL, PostgreSQL (via psycopg), SQLite, Firebird, Sybase, and MAX DB, so I think we're covered there. Check it out. I'm thinking more about the user interface and looking into wxPython some more, since I don't know much about those database things really. I don't know anything about GUIs either, but it seems more interesting to me right now. Bryan |