1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Copyright 2014 Ryan Lerch <rlerch@redhat.com> -->
3
4<application>
5  <id type="desktop">gda-browser-5.0.desktop</id>
6  <metadata_license>CC0-1.0</metadata_license>
7  <summary>View the schema and data of databases</summary>
8  <description>
9    <_p>
10      Database Browser provides quick access to the data and schema of a database,
11      and displays it in a intuitive graphical interface.
12      It provides three perspectives to interact with a database: the schema browser,
13      query execution, and data manager.
14      The schema browser allows the user to view the tables of a database, and
15      inspect the table's properties and relations.
16      The query exeution perspective allows the user to execute SQL queries on
17      the database.
18      The data manager perspective allows the user to view the data contained in
19      the database in a tabular form.
20    </_p>
21  </description>
22  <url type="homepage">http://www.gnome-db.org/GdaBrowser</url>
23  <screenshots>
24    <screenshot type="default">http://www.gnome-db.org/GdaBrowser?action=AttachFile&amp;do=view&amp;target=GdaBrowser-tablerels.png</screenshot>
25    <screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&amp;do=view&amp;target=GdaBrowser-index.png</screenshot>
26    <screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&amp;do=view&amp;target=GdaBrowser-query1.png</screenshot>
27    <screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&amp;do=view&amp;target=dataman-persp.png</screenshot>
28  </screenshots>
29  <updatecontact>vmalerba_at_gmail.com</updatecontact>
30</application>
31