Aion is a modern, cross-platform SQL client designed for developers and database administrators. Built with .NET, it provides a powerful yet intuitive interface for working with multiple database systems.
- PostgreSQL
- SQL Server
- MySQL
- Support for multiple concurrent connections
- Tab-based query interface for parallel work
- Material 3 inspired design with glassmorphic elements
- Light and dark mode support
- Intuitive tab-based interface
- Local persistence for connections and queries
- Comprehensive query history
- Smart result grid with JSON detection
- Integrated JSON viewer for detailed inspection
- Transaction management
- Query plan visualization
- Query and result export options
- Basic query plan diagram generation
- Multi-query support within tabs
- Connection state persistence
- Query history tracking
- Integrated transaction management
- Query plan analysis
- .NET 9.0
-
Clone the repository
git clone https://github.com/Mythetech/Aion.git cd Aion
-
Run the application
dotnet run --project Aion.Desktop
We're actively developing Aion with several exciting features planned:
- Server grouping for better organization
- Feature parity across all database providers
- Additional database provider support
- NoSQL database support
- MongoDB
- Azure Cosmos DB
- Amazon DynamoDB
- Enhanced Intellisense with connection-aware suggestions
- Improved query plan visualization
- Query history replay functionality
- Advanced connection management
- Schema comparison tools
- Published Desktop Applications
Aion is currently in alpha stage. While it's stable for basic development work, we're actively adding features and improvements. We welcome feedback and contributions from the community.
We welcome contributions! Whether it's:
- Bug reports
- Feature requests
- Code contributions
- Documentation improvements