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?
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.