Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any PyQt sqlite browser/manager?

Tags:

sqlite

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?

like image 915
linjunhalida Avatar asked Nov 06 '22 17:11

linjunhalida


1 Answers

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

like image 118
David Boddie Avatar answered Nov 11 '22 13:11

David Boddie