-
Notifications
You must be signed in to change notification settings - Fork 1
/
io.beekeeperstudio.Studio.metainfo.xml
88 lines (81 loc) · 4.3 KB
/
io.beekeeperstudio.Studio.metainfo.xml
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.beekeeperstudio.Studio</id>
<name>Beekeeper Studio</name>
<summary>The SQL Editor and Database Manager Of Your Dreams</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<developer_name>Beekeeper Studio, Inc</developer_name>
<description>
<p>A modern, easy to use, and good looking SQL client for MySQL, Postgres, SQLite, SQL
Server, and more.</p>
<ul>
<li>Connect Through Firewalls: Encrypt your connection with SSL, or tunnel through
SSH. Save a connection password and Beekeeper Studio will encrypt it.</li>
<li>SQL Auto Completion: Our built-in editor provides syntax highlighting and
auto-complete suggestions for your tables so you can work quickly and easily.</li>
<li>Open Lots of Tabs: Open dozens of tabs so you can work quickly without having to
switch windows. Table DDL and data views get their own tabs too!</li>
<li>Save SQL Queries For Later: Easily save and organize commonly used queries so
you can use them again and again across all your connections.</li>
<li>Edit Table Data: Fast and simple table editing with the ability to stage
changes.</li>
<li>Create Tables Without Writing SQL: Beekeeper's SQL table creator lets you
create, edit, and delete table columns in just a few clicks. Need to change a
table, or add indexes and relations? No problem, Beekeeper Studio has you
covered.</li>
<li>Export Data: Export a table to CSV, JSON, JSONL, or SQL with just a few clicks.
Optionally apply filters to export only the data you need.</li>
</ul>
</description>
<url type="homepage">https://www.beekeeperstudio.io/</url>
<url type="vcs-browser">https://github.com/beekeeper-studio/beekeeper-studio</url>
<url type="contact">https://docs.beekeeperstudio.io/docs/contact-support</url>
<url type="donation">https://github.com/sponsors/beekeeper-studio</url>
<url type="bugtracker">https://github.com/beekeeper-studio/beekeeper-studio/issues</url>
<launchable type="desktop-id">io.beekeeperstudio.Studio.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>
https://github.com/beekeeper-studio/beekeeper-studio/raw/7a6db4bcaf6a8fb289f3a05b178a62bcee95fe66/apps/studio/screenshots/main.png</image>
</screenshot>
<screenshot>
<image>
https://github.com/beekeeper-studio/beekeeper-studio/raw/7a6db4bcaf6a8fb289f3a05b178a62bcee95fe66/apps/studio/screenshots/beekeeper-studio-demo.gif</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
<release version="4.6.2" date="2024-06-26">
<description></description>
</release>
<release version="4.6.0" date="2024-06-14">
<description/>
</release>
<release version="4.4.0" date="2024-06-12">
<description/>
</release>
<release version="4.3.4" date="2024-05-23">
<description/>
</release>
<release version="4.3.1" date="2024-04-29"/>
<release version="4.2.9" date="2024-04-05"/>
<release version="4.2.8" date="2024-04-04"/>
<release version="4.2.7" date="2024-04-04"/>
<release version="4.2.5" date="2024-03-28"/>
<release version="4.1.13" date="2024-01-17"/>
<release version="4.1.10" date="2024-01-11"/>
<release version="4.0.3" date="2023-09-29"/>
<release version="4.0.0" date="2023-09-27"/>
<release version="3.9.20" date="2023-08-03"/>
<release version="3.9.18" date="2023-07-14"/>
<release version="3.9.17" date="2023-06-13"/>
<release version="3.9.14" date="2023-05-25"/>
<release version="3.9.9" date="2023-04-19"/>
<release version="3.9.8" date="2023-04-12"/>
<release version="3.9.6" date="2023-04-11"/>
<release version="3.9.5" date="2023-04-10"/>
<release version="3.8.9" date="2023-01-17"/>
<release version="3.7.10" date="2022-11-21"/>
</releases>
</component>