Thanks all, I’ll have a look at Dabo. And the postgresql browsers.
···
On 8/28/07, Ed Leafe ed@leafe.com wrote:
On Aug 28, 2007, at 1:53 AM, C M wrote:
I was wondering if there are any recommendations for mediating
between a wxPython GUI and a database? I would like to use SQLite
and allow users to edit the database by way of some kind of
editable table, like wxGrid or wxListCtrl_edit. Though it seems
like that should work, I don’t know if using these would be the wayto go for this or if there is some other recommendable way or some
Python tools to help with this. Thanks.Like Chris said, Dabo is the way to go. With Dabo, you could have a
complete application that can query, insert, update and delete
records in your database in under 30 seconds. You also have a wide
variety of controls available that have data binding built-in, making
the creation of custom apps straightforward. We also have several
visual tools under development that allow you to create your UIs in amore WYSIWYG manner, rather than in code alone.
– Ed Leafe
– http://leafe.com
– http://dabodev.com
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail:
wxPython-users-help@lists.wxwidgets.org