Client SQL open source e multi piattaforma fatto per essere semplice e completo. https://antares-sql.app
Go to file
Fabio Di Stasio 280697698e feat(UI): light theme 2021-04-03 11:21:58 +02:00
.github ci: moving to GitHub actions 2021-03-26 18:03:44 +01:00
build fix: hide update tab for Windows Store distributions 2021-04-01 14:12:49 +02:00
docs chore: update README.md 2021-03-14 15:38:55 +01:00
snap ci: snap store config 2021-03-08 12:40:56 +01:00
src feat(UI): light theme 2021-04-03 11:21:58 +02:00
.eslintignore Additions 2020-05-07 17:45:04 +02:00
.eslintrc style: line break from CRLF to LF 2020-09-17 18:15:48 +02:00
.gitattributes feat: better security connections credentials storage 2020-12-18 18:44:32 +01:00
.gitignore ci: improvements on travis release config 2020-08-06 10:20:36 +02:00
.stylelintrc feat(UI): light theme 2021-04-03 11:21:58 +02:00
.travis.yml ci: update travis configuration 2020-12-18 17:38:06 +01:00
.versionrc.json chore: standard-version configuration for perf commits 2021-01-23 16:06:21 +01:00
CHANGELOG.md chore(release): 0.1.0 2021-03-21 13:01:35 +01:00
LICENSE Fix typos 2020-07-26 15:10:01 +02:00
README.md chore: update README.md 2021-04-02 15:27:29 +02:00
jsconfig.json feat: foreign keys management 2020-12-15 17:08:36 +01:00
package.json feat(PostgreSQL): tables addition 2021-03-28 11:55:15 +02:00
webpack.config.js refactor: migrated to ace from monaco-editor 2020-12-21 11:06:41 +01:00

README.md

Antares SQL Client

GitHub package.json version Build Status GitHub All Releases GitHub antares antares

Antares is an SQL client based on Electron.js and Vue.js that aims to become a useful tool, especially for developers.
My target is to support as many databases as possible, and all major operating systems, including the ARM versions.

At the moment this application is in development state, many features will come in future updates, and supports only MySQL/MariaDB and PostgreSQL (partially).
Many of its current features are enough to have a pleasant user experience with MySQL/MariaDB, and basic functionalites with PostgreSQL, so give it a chance and send me your feedback, I would really appreciate it.
I'm actively working on it, hoping to provide cool features and fixes as soon as possible.

🔗 If you are curious to try Antares you can download and install the latest release.
👁 To stay tuned for new releases watch this repo on Release only channel.
🌟 Don't forget to leave a star if you appreciate this project.

Philosophy

Why am I developing an SQL client when there are a lot of them on the market?
The main goal is to develop a totally free, full featured, cross platform and open source alternative, empowered by JavaScript's ecosystem.
A modern application created with minimalism and semplicity in mind, with features in the right places, not hundreds of tiny buttons, tabs or submenu.

Download

Get it from the Snap Store Get it from Microsoft Store
🚀 Other Downloads

How to contribute

Current main features

  • Multiple database connections at same time.
  • Database management (add/edit/delete).
  • Full tables management, including indexes and foreign keys.
  • Views, triggers, stored routines, functions and schedulers management (add/edit/delete).
  • Fake table data filler.
  • Run queries on multiple tabs.
  • Query suggestions and auto complete.
  • Native dark theme.
  • Multi language.
  • Secure password storage.
  • Auto updates.

Coming soon

This is a roadmap with major features will come in near future.

  • Support for other databases.
  • Database tools (variables, process list...).
  • SSH tunnel support.
  • Users management (add/edit/delete).
  • UI/UX improvements.
  • Query history.
  • More context menu shortcuts.
  • More keyboard shortcuts.
  • Query logs console.
  • Import/export and migration.
  • Light theme.

Troubleshooting

Linux

With KDE may need necessary installation of the additional gnome-keyring package.
Depending on your distribution, you will need to run the following command:

  • Debian/Ubuntu: sudo apt-get install gnome-keyring
  • Red Hat-based: sudo yum install gnome-keyring
  • Arch Linux: sudo pacman -S gnome-keyring

Currently supported

Databases

  • MySQL/MariaDB
  • PostgreSQL (partially, work in progress)
  • SQLite
  • MSSQL
  • OracleDB
  • More...

Operating Systems

• x64

  • Windows
  • Linux
  • MacOS (not tested due lack of hardware)

• ARM

  • Windows
  • Linux
  • MacOS

Translations

Italian Translation (46%) / Giuseppe Gigliotti [#20]
Arabic Translation (45%) / Mohd-PH [#29]
Spanish Translation (46%) / hongkfui [#32]
French Translation (100%) / MrAnyx [#44]

Reviews

Antares SQL Client review