开发者

Are there any PyQt sqlite browser/manager?

开发者 https://www.devze.com 2022-12-18 00:51 出处:网络
I\'m developing a program using PyQt4 and sqlite, I want to include 开发者_开发问答a small sqlite browser/editor/manager, just like sqliteman or sqlitebrowser,

I'm developing a program using PyQt4 and sqlite,

I want to include 开发者_开发问答a small sqlite browser/editor/manager, just like sqliteman or sqlitebrowser,

are there any one written by pyqt?


You might want to take a look at the C++ SQL Browser demo shipped with Qt, and perhaps port it to Python.


The Eric Python IDE has a sql browser. It is open source and it's been written by pyqt.

0

精彩评论

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