Client SQL open source e multi piattaforma fatto per essere semplice e completo. https://antares-sql.app
Go to file
Fabio Di Stasio 2982b6cb96 ci: change macos build target to macos-11 2022-12-22 22:22:17 +01:00
.github ci: change macos build target to macos-11 2022-12-22 22:22:17 +01:00
.vscode Merge pull request #472 from antares-sql/firebirdsql-support 2022-11-17 16:19:59 +01:00
assets build: icons for linux builds 2022-08-09 10:48:53 +02:00
docs chore: update README logo 2021-07-03 13:47:37 +02:00
misc vue devtools integrated in chromium devtools 2022-04-28 10:34:44 +02:00
scripts fix: unable to set null or delete rows without primary key 2022-08-26 18:31:47 +02:00
snap ci: update snap store config 2021-07-22 17:30:07 +02:00
src fix: context submenu outside view when near the edge, fixes #506 2022-12-22 11:27:13 +01:00
tests fix(MySQL): error with ANSI sql_mode 2022-08-07 19:00:12 +02:00
.all-contributorsrc docs: update .all-contributorsrc [skip ci] 2022-12-20 20:29:48 +00:00
.eslintignore refactor: ts on ipc api 2022-06-05 17:57:44 +02:00
.eslintrc refactor: vue3 migration in progress 2022-04-21 14:39:24 +02:00
.gitattributes feat: better security connections credentials storage 2020-12-18 18:44:32 +01:00
.gitignore refactor: ts and composition api for modals 2022-05-24 23:02:14 +02:00
.stylelintrc feat: delete shortcuts and restore defaults 2022-08-10 17:59:59 +02:00
.versionrc.json chore: standard-version configuration for perf commits 2021-01-23 16:06:21 +01:00
CHANGELOG.md chore(release): 0.7.0 2022-11-30 13:22:26 +01:00
CODE_OF_CONDUCT.md chore: create CODE_OF_CONDUCT.md 2022-05-15 19:08:06 +02:00
CONTRIBUTING.md chore: update CONTRIBUTING.md 2022-08-02 10:41:05 +02:00
LICENSE Fix typos 2020-07-26 15:10:01 +02:00
README.md docs: update README.md [skip ci] 2022-12-20 20:29:47 +00:00
package-lock.json feat: option to disable selected query execution, closes #477 2022-12-18 15:59:58 +01:00
package.json feat: option to disable selected query execution, closes #477 2022-12-18 15:59:58 +01:00
tsconfig.json feat: delete shortcuts and restore defaults 2022-08-10 17:59:59 +02:00
webpack.main.config.js build: typescript config 2022-04-12 17:04:11 +02:00
webpack.renderer.config.js Merge branch 'master' of https://github.com/antares-sql/antares into ts-renderer 2022-06-13 09:29:05 +02:00
webpack.workers.config.js fix: importer webpack config 2022-04-17 12:11:00 +02:00

README.md

Antares SQL Client

GitHub package.json version GitHub Build Status antares antares Twitter Follow Plant a Tree

Antares is an SQL client based on Electron.js and Vue.js that aims to become a useful tool, especially for developers.
Our 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, PostgreSQL, SQLite and Firebird SQL.
However, there are all the features necessary to have a pleasant database management experience, so give it a chance and send us your feedback, we would really appreciate it.
We are actively working on it, hoping to provide new cool features, improvements 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 follow Antares SQL on Twitter.
🌟 Don't forget to leave a star if you appreciate this project.
🗳️ Poll: Which is the main OS you use Antares on?

Current key 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).
  • A modern and friendly tab system; keep open every kind of tab you need in your workspace.
  • Fake table data filler to generate tons of data for test purpose.
  • Query suggestions and auto complete.
  • Query history: search through the last 1000 queries.
  • SSH tunnel support.
  • Manual commit mode.
  • Import and export database dumps.
  • Customizable keyboard shortcuts.
  • Dark and light theme.
  • Editor themes.

Philosophy

Why are we developing an SQL client when there are a lot of them on the market?
The main goal is to develop a forever 100% free (without paid premium feature), full featured, as possible community driven, cross platform and open source alternative, empowered by JavaScript ecosystem.
A modern application created with minimalism and simplicity in mind, with features in the right places, not hundreds of tiny buttons, nested tabs or submenues; productivity comes first.

Installation

Based on your operating system you can have one or more distribution formats to choose based on your preferences.
Since Antares SQL is a free software we don't have a budget to spend on annual licenses or certificates. This can result that on some platforms you might need to put in some additional work to install this app.

Linux

On Linux you can simply download and run the .AppImage distribution, install from Snap Store, from AUR or from our PPA repository.

Windows

On Windows you can choose between downloading the app from Microsoft Store or downloading the .exe from our website or this github repo. Distributions that are not from Microsoft Store are not signed with a certificate, so to install you need to click on "More info" and then "Run anyway" on SmartScreen prompt.

MacOS

On macOS you can run .dmg distribution following this guide to install apps from unknown developers.

Download

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

Coming soon

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

  • Database tools.
  • Users management (add/edit/delete).
  • More context menu shortcuts.
  • More keyboard shortcuts.
  • Support for other databases.
  • Apple Silicon distribution

Currently supported

Databases

  • MySQL/MariaDB
  • PostgreSQL
  • SQLite
  • Firebird SQL
  • SQL Server
  • More...

Operating Systems

• x64

  • Windows
  • Linux
  • MacOS

• ARM

  • Windows
  • Linux
  • MacOS

How to contribute

Contributors

Thanks goes to these wonderful people (emoji key):

Fabio Di Stasio
Fabio Di Stasio

💻 🌍 📖
Giulio Ganci
Giulio Ganci

💻
Christian Ratz
Christian Ratz

💻 🌍
Giuseppe Gigliotti
Giuseppe Gigliotti

🌍
Mohd-PH
Mohd-PH

🌍
hongkfui
hongkfui

🌍
Robin
Robin

🌍
Daniel Eduardo
Daniel Eduardo

🌍
Ngô Quốc Đạt
Ngô Quốc Đạt

🌍
Isamu Sugiura
Isamu Sugiura

🌍
Riccardo Sacchetto
Riccardo Sacchetto

📦
Kilian Stallinger
Kilian Stallinger

💻
文杰
文杰

💻
goYou
goYou

🌍
Topollo
Topollo

💻
Cleverson
Cleverson

🌍
fred
fred

🌍
xaka_xak
xaka_xak

🌍
Théo Billardey
Théo Billardey

🌍
Muhammad Dyas Yaskur
Muhammad Dyas Yaskur

🌍 💻

This project follows the all-contributors specification. Contributions of any kind welcome!