From 066ed3fa50d4d67f912ac20036bf3ea1bdad55a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20=C3=87ileli?= Date: Fri, 21 Jun 2024 23:02:28 +0300 Subject: [PATCH] DOCS: Update README.md --- README.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5651044..c5edeb0 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,22 @@

### 🐝 Features -- Simple, lightweight, fast! -- Keyboard-centric workflow -- Single executable with no dependencies -- Supports MySQL, MariaDB, and PostgreSQL -- Save connections (except passwords) -- List database tables and views -- View table structures and browse data -- Execute SQL queries -- SQL query history +- Simple, lightweight, minimalistic, fast! +- Keyboard-centric workflow with optionally mouse support. +- Single executable with no dependencies. +- Supports multiple platforms (**Linux**, **FreeBSD**, **MacOS**, **Windows**). +- Supports multiple architectures (**x86_64**, **arm64**, **i386**). +- Supports **MySQL**, **MariaDB**, and **PostgreSQL**. +- Optional feature to save connections (except passwords). +- List of selectable tables/views with a single key shortcuts. +- View table/view structure or browse data. +- Execute custom SQL queries. +- Custom SQL query history. + +### Philosophy +* **Non-destructive by design**: Users cannot accidentally drop a database or table from the UI. Destructive features does not exist and WILL NOT be implemented. +* **Keep it lightweight**: DBee WILL NOT support every possible database, data store, or key-value store. Initially, it will support only popular databases, with additional support determined by community requests. +* **Keep it simple**: Working with multiple databases, tabs, and advanced UI elements WILL NOT be implemented. Handling multiple databases in the same UI can be confusing, even in advanced GUI clients. Users who want to work with multiple databases can start a new DBee session in a separate terminal tab. ### 🐝 Screenshots