File: sqlitebrowser.desktop.appdata.xml

package info (click to toggle)
sqlitebrowser 3.13.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,080 kB
  • sloc: cpp: 117,608; ansic: 2,143; yacc: 798; lex: 262; sh: 147; xml: 63; python: 27; makefile: 5
file content (53 lines) | stat: -rw-r--r-- 2,736 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <id>sqlitebrowser.desktop</id>
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>MPL-2.0 and GPL-3.0+</project_license>
  <developer_name>DB Browser for SQLite developers</developer_name>
  <name>DB Browser for SQLite</name>
  <summary>light GUI editor for SQLite databases</summary>
  <description>
    <p>DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.</p>
    <p>It is for users and developers wanting to create databases, search, and edit data. It uses a familiar spreadsheet-like interface, and you don't need to learn complicated SQL commands.</p>
    <p>Controls and wizards are available for users to:</p>
    <ul>
      <li>Create and compact database files</li>
      <li>Create, define, modify and delete tables</li>
      <li>Create, define and delete indexes</li>
      <li>Browse, edit, add and delete records</li>
      <li>Search records</li>
      <li>Import and export records as text</li>
      <li>Import and export tables from/to CSV files</li>
      <li>Import and export databases from/to SQL dump files</li>
      <li>Issue SQL queries and inspect the results</li>
      <li>Examine a log of all SQL commands issued by the application</li>
    </ul>
  </description>
  <content_rating type="oars-1.1" />
  <screenshots>
    <screenshot type="default">
      <image>https://raw.githubusercontent.com/sqlitebrowser/db4s-screenshots/master/v3.3/gnome3_2-execute.png</image>
      <caption>DB Browser for SQLite, executing query</caption>
    </screenshot>
    <screenshot>
      <image>https://raw.githubusercontent.com/sqlitebrowser/db4s-screenshots/master/v3.3/gnome3_1-plot.png</image>
      <caption>DB Browser for SQLite, browsing data with plot</caption>
    </screenshot>
    <screenshot>
      <image>https://raw.githubusercontent.com/sqlitebrowser/db4s-screenshots/master/v3.3/kde413_2-blob.png</image>
      <caption>DB Browser for SQLite, browsing a blob field</caption>
    </screenshot>
    <screenshot>
      <image>https://raw.githubusercontent.com/sqlitebrowser/db4s-screenshots/master/v3.3/kde413_1-create_table.png</image>
      <caption>DB Browser for SQLite, creating a table</caption>
    </screenshot>
  </screenshots>
  <url type="homepage">https://sqlitebrowser.org/</url>
  <url type="bugtracker">https://github.com/sqlitebrowser/sqlitebrowser/issues</url>
  <releases>
    <release version="3.13.0-rc1" date="2023-11-11" />
    <release version="3.12.2" date="2021-05-17" />
    <release version="3.12.1" date="2020-11-09" />
  </releases>
  <launchable type="desktop-id">sqlitebrowser.desktop</launchable>
</component>