Is there a PyQt sqlite browser / manager?

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?

+5
source share
2 answers

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.

+1
source

Eric Python IDE has sql browser. It is open source and it was written by pyqt.

+1
source

All Articles