From 6e55f27b23eef03b923403088c4c2a27266537d4 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Wed, 6 Jan 2021 12:02:41 +0100 Subject: [PATCH] chore: update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cade9c91..5d701e67 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ An application created with minimalism and semplicity in mind, with features in - Multiple database connections at same time. - Database management (add/edit/delete). - Full tables management, including indexes and foreign keys. +- Views, triggers and stored routines management (add/edit/delete). - Run queries on multiple tabs. - Query suggestions and auto complete. - Native dark theme. @@ -43,7 +44,7 @@ An application created with minimalism and semplicity in mind, with features in This is a roadmap with major features will come in near future. -- Stored procedures, views, schedulers and triggers support. +- Functions and schedulers support. - Users management (add/edit/delete). - Database tools (variables, process list...). - SSL and SSH tunnel support.