Skip to content

elf16803/Antares2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

233 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antares2

GitHub license

English | 繁體中文

Fork of antares-sql/antares by Fabio Di Stasio, used and extended under the MIT License. Full credit to the original project and all upstream contributors — Antares2 continues to build on their work.

What's new in Antares2

Area Change
Runtime Migrated from Electron to Tauri v2 — smaller binary, better OS integration
SQL Server Full support: SSL, read-only mode, single-connection mode, connection-pool stability fixes
Stability Fixed race condition when switching databases; sidecar auto-reconnect on restart
Auto-update Replaced electron-updater with tauri-plugin-updater

🔗 Latest release · Original project


Antares is a cross-platform SQL client built with Tauri v2 and Vue.js, aiming to be a forever-free, open-source tool for developers. This fork continues in the same spirit — open source, MIT licensed, community friendly.

Key features

  • Manage multiple database connections at the same time
  • Database management (add / edit / delete)
  • Full table management including indexes and foreign keys
  • Views, triggers, stored procedures and functions (add / edit / delete)
  • Modern tab system — keep multiple tabs open per workspace
  • Fake-data filler for quickly generating test data
  • Query suggestions and auto-completion
  • Query history (last 1000 queries)
  • Save queries, notes or todos
  • SSH tunnel support
  • Manual commit mode
  • Database dump import / export
  • Customizable keyboard shortcuts
  • Dark and light themes
  • Multiple editor themes

Supported databases

  • MySQL / MariaDB
  • PostgreSQL
  • SQLite
  • Firebird SQL
  • SQL Server (full support added in Antares2)
  • DuckDB
  • More...

Supported operating systems

x64

  • Windows
  • Linux
  • macOS

ARM

  • Windows
  • Linux
  • macOS

Development

# Dev mode (starts Tauri shell + Vite + sidecar together)
pnpm tauri:dev

# Production build
pnpm tauri:build

# Lint
pnpm lint
pnpm lint:fix

# TypeScript type-check
pnpm vue-tsc --noEmit

# E2E tests (Playwright)
pnpm test:e2e

# Translation completeness check
pnpm translation:check

License

Released under the MIT License, same as the original project.

Credits

Thanks to the antares-sql/antares project and its upstream contributors — Antares2 would not exist without their foundation.

About

原Antares作品,復刻改良成為tauri

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.6%
  • Vue 3.9%
  • TypeScript 2.4%
  • SCSS 0.1%
  • CSS 0.0%
  • Rust 0.0%