Plugin allows to view databases, supported by QtSql module.
- Add several database connections with different drivers or connection options.
- Browse tables list, table's data and schema.
- Execute sql query.
- Copy table's or query's contents to clipboard.
Plugin based on Timo Bingmann's [email protected] QtSqlView application
Binaries can be downloaded from github releases.
IMPORTANT: plugin's version must match Qt Creator's version (difference in last digit is acceptable)
- Change paths.pri:
- set
QTCREATOR_SOURCES
= path to Qt Creator source dir (with qtcreator.pro) - set
IDE_BUILD_TREE
= path to compiled Qt Creator dir (with bin,lib,libexec,...)
- Compile plugin.
- Extract/copy files from archive into Qt Creator's dir (archive already contains proper paths).
- Enable the
QtcDbViewer
plugin (Help → About Plugins...)
Additional information can be obtained here (in russian)