From 303691964344c18d2a5f1e7f4e225e0630af24ca Mon Sep 17 00:00:00 2001 From: Yufa <112290188+01001101CK@users.noreply.github.com> Date: Thu, 15 Dec 2022 08:05:03 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfcb78da..97916b6d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ### Use Cases - Connecting to an existing remote PostgreSQL and MySQL database - - Renders an ER diagram of the existing database and provides an interface for users to both modify existing tables and create new tables. A log of changes is stored, and at any point, the user can execute a transaction containing the changes, such that they are reflected in the existing database. + - Renders an ER diagram of the existing database and provides an interface for users to both modify existing tables and create new tables. A log of changes is stored, and at any point, the user can generate a query containing the changes, such that they are reflected in the existing database. - Uploading your database's SQL file - Renders an ER diagram for the provided SQL file (db dump) and provides an interface for a user to both modify existing tables and create new tables. Changes are converted into the corresponding queries, which the user can view and execute on their own database outside of dbSpy. - Seamlessly visualize relational databases