Qt Community

Database viewer

The plugin allows to view databases, supported by QtSql module.

One of the most valuable resources today is information. Therefore, quite often when developing programs, one has to deal with databases (DB) that store it.

Qt provides a fairly convenient interface (QtSql) for interacting with various database management systems (DBMS). But when writing programs working with the database, in addition to observing the purely technical requirements of the DBMS, it is also necessary to take into account the structure of the stored information. Because a correct call to an incorrect query will not return correct results.

This issue is solved easier if we develop our own database and will be its only user. But in this case, periodically there is a need to see “what is stored there now?”. This question arises much more often if we connect to an existing database.

As you know, in Qt Creator there are no tools that facilitate the development of applications that work with the database. This plugin is designed to mitigate this drawback (in terms of working with SQL databases).

Key features – Database viewer

  • Support for an arbitrary number of connections (with various DBMS drivers and connection parameters);
  • View a list of database tables, their contents and structure (schema);
  • Execution of arbitrary SQL queries;
  • Export the contents of a table or query result.

    By clicking button above, I agree Marketplace user terms and conditions

    Details
    Version:
    4.10
    Publisher:
    Qt Community
    Copyright:
    https://github.com/OneMoreGres
    License:
    MIT
    Created at:
    2015-03-19
    Updated at:
    2018-12-06
    Platforms:
    Linux
    Windows
    Supported Qt versions:
    Depends on the Qt Creator version
    Supported Qt creator versions:
    4.1.0-4.10.0
    Source repository:
    https://github.com/OneMoreGres/qtc-dbviewer
    Binary repository:
    https://github.com/OneMoreGres/qtc-dbviewer/releases
    User manuals:
    https://github.com/OneMoreGres/qtc-dbviewer/blob/master/README.md
    Dependencies:
    Qt Creator sources
    Qt Creator source build