문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top