Question

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?

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top