I am developing a program using PyQt4 and sqlite,
I want to enable a small sqlite browser / editor / manager, like sqliteman or sqlitebrowser,
is there anyone written by pyqt?
You might want to take a look at the demo version of C ++ SQL Browser that ships with Qt and maybe port it to Python.
Eric Python IDE has sql browser. It is open source and it was written by pyqt.