Client SQL open source e multi piattaforma fatto per essere semplice e completo. https://antares-sql.app
Go to file
Fabio Di Stasio 8b914446b0 chore: standard-version configuration for perf commits 2021-01-23 16:06:21 +01:00
.github feat: option to change editor theme 2020-12-23 18:07:50 +01:00
build chore: improved app icon resolution 2020-09-15 15:07:56 +02:00
docs chore: update app screenshot 2020-09-17 12:34:57 +02:00
src perf: big performance improvement in database structure loading 2021-01-23 15:50:21 +01: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 style: 🎨 stylelint implementation 2020-07-31 18:16:28 +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.0.14 2021-01-16 11:47:57 +01:00
LICENSE Fix typos 2020-07-26 15:10:01 +02:00
README.md chore: update README.md 2021-01-16 11:45:44 +01:00
jsconfig.json feat: foreign keys management 2020-12-15 17:08:36 +01:00
package.json feat: functions and schedulers in query suggestions 2021-01-18 18:41:28 +01: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 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 an alpha, it lacks many features and supports only MySQL.
Most of its current features might be enough for basic MySQL use, so give it a chance and send me your feedback, I would really appreciate it.
I'm actively working on it (yes, i'm a lone dev), hoping to provide cool features and fixes as soon as possible.

🔗 If you are curious to try this early state of 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.
An application created with minimalism and semplicity in mind, with features in the right places, not hundreds of tiny buttons or submenu.

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).
  • 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...).
  • SSL and SSH tunnel support.
  • Users management (add/edit/delete).
  • UI/UX improvements.
  • Query history.
  • More context menu shortcuts.
  • More keyboard shortcuts.
  • Query logs console.
  • Fake data filler.
  • Import/export and migration.
  • Light theme.

Currently supported

Databases

  • MySQL/MariaDB
  • PostgreSQL
  • MSSQL
  • SQLite
  • OracleDB
  • More...

Operating Systems

• x64

  • Windows
  • Linux
  • MacOS (i need feedbacks)

• ARM

  • Windows
  • Linux
  • MacOS

Translations

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

Reviews

Antares SQL Client review