开发者

Python Framework for Desktop Database Application

开发者 https://www.devze.com 2023-01-07 02:19 出处:网络
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,

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 co开发者_如何学编程nnected to relational databases such as MySQL, SQLServer, Oracle or PostgreSQL. Thanks!


Camelot


PyQT should be able to do that, altough I never used it myself (See this article)

0

精彩评论

暂无评论...
验证码 换一张
取 消