|
| 1 | +# Universe SQL (usql) |
| 2 | + |
| 3 | +**Universe SQL** (or **usql** for short) is a user-friendly desktop application designed to make working with PostgreSQL databases simple, fast, and highly visual. |
| 4 | + |
| 5 | +Whether you are navigating complex data structures or writing your first SQL query, **usql** provides a clean, modern interface that removes the friction often associated with database management, bringing intelligent, **DataGrip-like features** to a lightweight tool. |
| 6 | + |
| 7 | +## 📸 A Quick Look Inside |
| 8 | + |
| 9 | +Get a glimpse of how **usql** simplifies your workflow: |
| 10 | + |
| 11 | + |
| 12 | +*A clean, distraction-free welcome screen* |
| 13 | + |
| 14 | + |
| 15 | +*Pain-free connection management* |
| 16 | + |
| 17 | + |
| 18 | +*Intuitive visual explorer for tables, columns, and database schemas* |
| 19 | + |
| 20 | + |
| 21 | +*Quick access menu and easy navigation* |
| 22 | + |
| 23 | + |
| 24 | +*Intelligent query editor combined with rich data viewing* |
| 25 | + |
| 26 | +## 🌟 What can you do with usql? |
| 27 | + |
| 28 | +We've built **usql** with features aimed at saving you time and reducing complexity, inspired by professional IDEs but accessible to everyone: |
| 29 | + |
| 30 | +### 🔌 Painless Connection Management |
| 31 | +- No need to remember connection strings every time. |
| 32 | +- Save, edit, and organize multiple PostgreSQL database connections. |
| 33 | +- Connect with just a single click. |
| 34 | + |
| 35 | +### 📝 Smart & Supportive Query Editor |
| 36 | +- **DataGrip-like Auto-completion:** Get intelligent suggestions for tables, schemas, and columns as you type, so you don't have to memorize your database schema. |
| 37 | +- **Syntax Highlighting:** SQL keywords and variables are color-coded, making your queries easier to read and spot errors. |
| 38 | +- **Auto-formatting:** Keep your SQL code neat and organized automatically. |
| 39 | +- **Run Sub-queries:** Just like professional IDEs, highlight a specific part of your code to run just that segment without executing the entire file. |
| 40 | + |
| 41 | +### 🗂️ Visual Database Explorer |
| 42 | +- Browse through your databases, tables, and views from an intuitive left-hand sidebar. |
| 43 | +- No need to write `SELECT * FROM...` just to see what's inside a table. |
| 44 | +- Easily inspect column names, data types, and structures at a glance. |
| 45 | + |
| 46 | +### 🔍 Rich Data Viewing Experience |
| 47 | +- **Tabular View:** Read your query results in clean, easy-to-navigate tables. |
| 48 | +- **JSON Inspector:** Dealing with complex JSON data? We format and display JSON columns clearly so they are actually readable. |
| 49 | +- **Table Insights:** Quickly view table comments directly within the app to understand the context of your data. |
| 50 | + |
| 51 | +### 🎨 Designed for Comfort |
| 52 | +- **Dark Mode & Light Mode:** Seamlessly switch themes to suit your preference and reduce eye strain. |
| 53 | +- **Clean Interface:** We believe database tools don't have to look cluttered. Enjoy an interface designed for focus and simplicity. |
| 54 | + |
| 55 | +## 🚀 Who is usql for? |
| 56 | + |
| 57 | +- **Data Analysts & Managers:** If you need to regularly check data or run reports without wrestling with bloated enterprise tools. |
| 58 | +- **Students & Beginners:** If you are learning SQL, the intelligent auto-completion and clear error highlighting will guide you. |
| 59 | +- **Developers:** If you want a lightweight, fast-starting desktop app with **DataGrip-like** query capabilities for quick database interactions while coding. |
| 60 | + |
| 61 | +--- |
| 62 | +*Universe SQL - Simplifying how you interact with PostgreSQL!* |
0 commit comments