Skip to content

Simple SQL database viewer for Qt Creator IDE

License

Notifications You must be signed in to change notification settings

osergey2012/qtc-dbviewer

 
 

Repository files navigation

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 [email protected] 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:
  • 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,...)
  1. 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)

About

Simple SQL database viewer for Qt Creator IDE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.5%
  • C++ 32.0%
  • QMake 11.5%