mirror of https://github.com/Fabio286/antares.git
73 lines
2.7 KiB
Markdown
73 lines
2.7 KiB
Markdown
<p align="center">
|
|
<img width="800" src="https://raw.githubusercontent.com/Fabio286/antares/master/docs/screen-alpha.png">
|
|
</p>
|
|
|
|
# Antares SQL Client
|
|
|
|
![GitHub package.json version](https://img.shields.io/github/package-json/v/estarium/antares) [![Build Status](https://travis-ci.com/EStarium/antares.svg?branch=master)](https://travis-ci.com/EStarium/antares) ![GitHub All Releases](https://img.shields.io/github/downloads/estarium/antares/total) ![GitHub](https://img.shields.io/github/license/estarium/antares)
|
|
|
|
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.
|
|
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 isn't ready as a main SQL client**. However i'm actively working on it, hoping to provide all essential features as soon as possible.
|
|
|
|
If you are curious to try this early state of Antares you can download and install the [latest release](https://github.com/EStarium/antares/releases), and stay tuned for updates.
|
|
|
|
## 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, cross platform and open source alternative, empowered by JavaScript's ecosystem.
|
|
An application created with minimalism and semplicity in mind, with features in the righ places, not hundreds of tiny buttons or submenu.
|
|
|
|
## How to contribute
|
|
|
|
- [Translate Antares](https://github.com/EStarium/antares/wiki/Translate-Antares)
|
|
|
|
## Roadmap
|
|
|
|
This is a roadmap with major features will come in near future.
|
|
|
|
- Improvements of query editor area.
|
|
- Tables management (add/edit/delete).
|
|
- Stored procedures, views, schedulers and trigger support.
|
|
- Database tools.
|
|
- Context menu shortcuts.
|
|
- Keyboard shortcuts.
|
|
- More secure password storage.
|
|
- Query logs console.
|
|
- Fake data filler.
|
|
- Import/export and migration.
|
|
- SSH tunnel.
|
|
- Themes.
|
|
|
|
## Currently supported
|
|
|
|
### Databases
|
|
|
|
- [x] MySQL/MariaDB
|
|
- [ ] PostrgreSQL
|
|
- [ ] MSSQL
|
|
- [ ] SQLite
|
|
- [ ] OracleDB
|
|
- [ ] More...
|
|
|
|
### Operating Systems
|
|
|
|
#### • x86
|
|
|
|
- [x] Windows
|
|
- [x] Linux
|
|
- [x] MacOS (needs tests)
|
|
|
|
#### • ARM
|
|
|
|
- [ ] Windows
|
|
- [ ] Linux
|
|
- [ ] MacOS
|
|
|
|
## Translations
|
|
|
|
[Giuseppe Gigliotti](https://github.com/ReverbOD) / [Italian Translation](https://github.com/EStarium/antares/pull/20)
|
|
[Mohd-PH](https://github.com/Mohd-PH) / [Arabic Translation](https://github.com/EStarium/antares/pull/29)
|
|
[hongkfui](https://github.com/hongkfui) / [Spanish Translation](https://github.com/EStarium/antares/pull/32)
|