-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[Desktop Entry] | ||
Name=Antares SQL | ||
Exec=startantares | ||
Terminal=false | ||
Type=Application | ||
Icon=it.fabiodistasio.AntaresSQL | ||
StartupWMClass=antares | ||
Comment=A modern, fast and productivity driven SQL client with a focus in UX | ||
Categories=Development; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>it.fabiodistasio.AntaresSQL</id> | ||
<name>Antares SQL</name> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>MIT</project_license> | ||
<developer_name>Fabio Di Stasio</developer_name> | ||
<summary>A modern, fast and productivity driven SQL client with a focus in UX</summary> | ||
<url type="homepage">https://antares-sql.app/</url> | ||
<url type="bugtracker">https://github.com/antares-sql/antares/issues</url> | ||
<url type="help">https://github.com/antares-sql/antares/discussions</url> | ||
<url type="donation">https://paypal.me/fabiodistasio</url> | ||
<description> | ||
<p>Antares is an SQL client that aims to become an useful and complete tool, especially for developers. </p> | ||
<p>The main goal is to develop a totally free, full featured, cross platform and open source alternative. | ||
A modern application created with minimalism and semplicity in mind, with features in the right places, not hundreds of tiny buttons, nested tabs or submenu; productivity comes first.</p> | ||
<p>Supported database: </p> | ||
<ul> | ||
<li>MySQL/MariaDB</li> | ||
<li>PostgreSQL</li> | ||
<li>SQLite</li> | ||
<li>Firebird SQL</li> | ||
</ul> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image type="source">https://lh3.googleusercontent.com/drive-viewer/AK7aPaC00fbmJIUcfwSPv-hjoxEmHS8NapR8qyOqOpopMIdcDFqYKNDs5mdIK08hnhZdHMrozTfR4Hx3Yj6bQ0zgfStEEFhxWg=s1600</image> | ||
</screenshot> | ||
</screenshots> | ||
<content_rating type="oars-1.1" /> | ||
<releases> | ||
<release version="v0.7.19" date="2023-11-01"/> | ||
</releases> | ||
</component> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.