MCPcopy Index your code
hub / github.com/OneMoreGres/qtc-dbviewer

github.com/OneMoreGres/qtc-dbviewer @5.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 5.0.0 ↗ · + Follow
127 symbols 204 edges 17 files 8 documented · 6% updated 4y ago5.0.0 · 2021-08-26★ 751 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Qt Creator SQL database viewer plugin

build status

Introduction

Plugin allows to view databases, supported by QtSql module.

Screen

Features

  1. Add several database connections with different drivers or connection options.
  2. Browse tables list, table's data and schema.
  3. Execute sql query.
  4. Copy table's or query's contents to clipboard.

Acknowledgements

Plugin based on Timo Bingmann's tb@idlebox.net QtSqlView application

Downloads

Binaries can be downloaded from github releases.

Installation

IMPORTANT: plugin's version must match Qt Creator's version (difference in last digit is acceptable)

From source

  1. Change paths.pri:

  2. set QTCREATOR_SOURCES = path to Qt Creator source dir (with qtcreator.pro)

  3. set IDE_BUILD_TREE = path to compiled Qt Creator dir (with bin,lib,libexec,...)

  4. Compile plugin.

From binaries

  1. Extract/copy files from archive into Qt Creator's dir (archive already contains proper paths).
  2. Enable the QtcDbViewer plugin (Help → About Plugins...)

More info

Additional information can be obtained here (in russian)

Core symbols most depended-on inside this repo

Shape

Method 102
Class 17
Function 7
Enum 1

Languages

C++96%
Python4%

Modules by API surface

3rd-party/QtSqlView/src/WMain.h44 symbols
3rd-party/QtSqlView/src/DbConnection.h44 symbols
3rd-party/QtSqlView/src/WConnection.h12 symbols
src/QtcDbViewerPlugin.cpp7 symbols
util/ci/common.py5 symbols
3rd-party/QtSqlView/src/DbTypes.h5 symbols
3rd-party/QtSqlView/src/SQLHighlighter.cpp4 symbols
3rd-party/QtSqlView/src/WMain.cpp3 symbols
3rd-party/QtSqlView/src/SQLHighlighter.h3 symbols

For agents

$ claude mcp add qtc-dbviewer \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page