tags:

views:

193

answers:

1

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?

+1  A: 

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

David Boddie