Reputation: 181290
Is there a framework to develop Desktop Database applications (some screens with CRUD screens) for Python? I am looking for something similar to Windows Forms, with the ability to associate TextField, Combos and other UI metaphors with datasets connected to relational databases such as MySQL, SQLServer, Oracle or PostgreSQL. Thanks!
Upvotes: 2
Views: 4555
Reputation: 18553
PyQT should be able to do that, altough I never used it myself (See this article)
Upvotes: 3