# qtc-dbviewer1 **Repository Path**: I_like_sci_admin/qtc-dbviewer11 ## Basic Information - **Project Name**: qtc-dbviewer1 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-30 - **Last Updated**: 2021-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qt Creator SQL database viewer plugin ![build status](https://github.com/OneMoreGres/qtc-dbviewer/workflows/Plugin%20build/badge.svg) ## Introduction Plugin allows to view databases, supported by QtSql module. ![Screen](util/screen.png?raw=true) ## 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 [QtSqlView application](http://idlebox.net/2006/qtsqlview/) ## Downloads Binaries can be downloaded from [github releases](https://github.com/OneMoreGres/qtc-dbviewer/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,...) 2. 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](https://qtcreator.gres.biz/page/dbviewer/ "Homepage") (in russian)