2020-05-04 17:33:50 +02:00
< p align = "center" >
2020-06-20 22:00:10 +02:00
< img width = "800" src = "https://raw.githubusercontent.com/Fabio286/antares/master/docs/screen-alpha.png" >
2020-05-04 17:33:50 +02:00
< / p >
2020-07-24 14:05:14 +02:00
# Antares SQL Client
2020-05-04 17:33:50 +02:00
2020-11-30 10:04:31 +01:00
![GitHub package.json version ](https://img.shields.io/github/package-json/v/fabio286/antares ) [![Build Status ](https://travis-ci.com/Fabio286/antares.svg?branch=master )](https://travis-ci.com/Fabio286/antares) ![GitHub All Releases ](https://img.shields.io/github/downloads/fabio286/antares/total ) ![GitHub ](https://img.shields.io/github/license/fabio286/antares )
2020-07-29 15:56:29 +02:00
2020-08-07 17:27:25 +02:00
Antares is an SQL client based on [Electron.js ](https://github.com/electron/electron ) and [Vue.js ](https://github.com/vuejs/vue ) that aims to become a useful tool, especially for developers.
2020-07-24 14:05:14 +02:00
My target is to support as many databases as possible, and all major operating systems, including the ARM versions.
2020-12-04 11:43:27 +01:00
**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.
2020-07-24 14:05:14 +02:00
2020-11-30 10:04:31 +01:00
🔗 If you are curious to try this early state of Antares you can download and install the [latest release ](https://github.com/Fabio286/antares/releases ).
2020-09-28 10:14:12 +02:00
👁 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.
2020-07-24 14:05:14 +02:00
2020-08-21 15:56:29 +02:00
## Philosophy
2020-08-10 18:09:33 +02:00
2020-08-21 15:56:29 +02:00
Why am I developing an SQL client when there are a lot of them on the market?
2020-10-17 17:01:38 +02:00
The main goal is to develop a totally free, full featured, cross platform and open source alternative, empowered by JavaScript's ecosystem.
2020-10-01 15:08:35 +02:00
An application created with minimalism and semplicity in mind, with features in the right places, not hundreds of tiny buttons or submenu.
2020-08-10 18:09:33 +02:00
2020-08-12 10:48:18 +02:00
## How to contribute
2020-08-10 18:09:33 +02:00
2020-11-30 10:04:31 +01:00
- [Translate Antares ](https://github.com/Fabio286/antares/wiki/Translate-Antares )
2020-08-10 18:09:33 +02:00
2020-10-17 17:01:38 +02:00
## Current main features
- Multiple database connections at same time.
2020-11-13 16:37:52 +01:00
- Database management (add/edit/delete).
2020-12-15 17:23:24 +01:00
- Full tables management, including indexes and foreign keys.
2020-10-17 17:01:38 +02:00
- Run queries on multiple tabs.
2020-12-23 18:07:50 +01:00
- Query suggestions and auto complete.
2020-10-17 17:01:38 +02:00
- Native dark theme.
- Multi language.
2020-12-18 18:44:32 +01:00
- Secure password storage.
2020-10-17 17:01:38 +02:00
- Auto updates.
## Coming soon
2020-08-10 18:09:33 +02:00
This is a roadmap with major features will come in near future.
2020-11-13 16:37:52 +01:00
- Stored procedures, views, schedulers and triggers support.
2020-12-15 17:23:24 +01:00
- Users management (add/edit/delete).
2020-10-17 17:01:38 +02:00
- Database tools (variables, process list...).
2020-12-15 17:23:24 +01:00
- SSL and SSH tunnel support.
2020-10-17 17:01:38 +02:00
- Support for other databases.
2020-12-15 17:23:24 +01:00
- UI/UX improvements.
2020-10-17 17:01:38 +02:00
- Query history.
- More context menu shortcuts.
- More keyboard shortcuts.
2020-08-12 10:48:18 +02:00
- Query logs console.
- Fake data filler.
- Import/export and migration.
- Themes.
2020-08-10 18:09:33 +02:00
2020-07-24 14:05:14 +02:00
## Currently supported
### Databases
- [x] MySQL/MariaDB
2020-10-12 18:45:15 +02:00
- [ ] PostgreSQL
2020-07-24 14:05:14 +02:00
- [ ] MSSQL
- [ ] SQLite
- [ ] OracleDB
- [ ] More...
### Operating Systems
2020-10-04 17:21:21 +02:00
#### • x64
2020-08-21 15:56:29 +02:00
2020-07-24 14:05:14 +02:00
- [x] Windows
2020-08-10 18:09:33 +02:00
- [x] Linux
- [x] MacOS (needs tests)
2020-07-29 15:56:29 +02:00
2020-08-21 15:56:29 +02:00
#### • ARM
- [ ] Windows
2020-11-16 17:17:33 +01:00
- [ ] Linux
2020-08-21 15:56:29 +02:00
- [ ] MacOS
2020-07-29 15:56:29 +02:00
## Translations
2020-11-30 10:04:31 +01:00
[Giuseppe Gigliotti ](https://github.com/ReverbOD ) / [Italian Translation ](https://github.com/Fabio286/antares/pull/20 )
[Mohd-PH ](https://github.com/Mohd-PH ) / [Arabic Translation ](https://github.com/Fabio286/antares/pull/29 )
[hongkfui ](https://github.com/hongkfui ) / [Spanish Translation ](https://github.com/Fabio286/antares/pull/32 )