The GdaBrowser program is a graphical tool to get a quick access to a database's structure and contents. This is a work in progress and more features will be added with time.

This tool aims at being simple to use, visually appealing, and full of features usefull to the database administrator or to discover a new database.

The main features are:

Schema browser perspective

In this perspective, one is able to browse through the database's tables and view their properties and relations: GdaBrowser-index.png

GdaBrowser-tablecols.png

GdaBrowser-tablerels.png

GdaBrowser-diagram.png

Query execution perspective

Use this perspective to execute SQL commands: GdaBrowser-query1.png

GdaBrowser-query2.png

Data manager perspective

Use this perspective to work on the data actually stored in the database using auto-refresh tabular views. All you have to do is define "data sources" which are each either a specified SELECT SQL query or a table, and define dependencies between the data sources. When executed, the perspective looks like the following screenshot:

dataman-persp.png

There are 5 data sources defined (from left to right and top to bottom):

Each time a selected row changes, the dependent data sources are re-executed to display an up to date result.

GdaBrowser (last edited 2010-09-07 19:20:21 by VivienMalerba)