From 0bc22a3180cb9aa8eccbf618f28fad8ea90b8d15 Mon Sep 17 00:00:00 2001 From: Allison Le <90058613+allisonle1@users.noreply.github.com> Date: Tue, 23 Nov 2021 16:15:30 -0800 Subject: [PATCH] Updated README.md Beta features have been added. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e3becf1..43e79e9a 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ To get started on contributing to this project: - Importing `.sql` or `.tar` files - Navigating to the `Create Database` view at bottom of sidebar - Copying an existing database (with or without original data) + - Users can export any database onto their local machine - Users can toggle between the 'DATABASES' view and the 'QUERIES' view
@@ -81,7 +82,7 @@ To get started on contributing to this project:
-- Create/Edit Database +- Create/Edit Database (currently in beta) - Users can create a new database from scratch by clicking the `Create New Database` button at the bottom of the sidebar - Once a the database is given a name, htiting the `Initialize Database` button will create new database on the users PostgreSQL instance @@ -97,7 +98,7 @@ To get started on contributing to this project: - Queries - In the 'QUERIES' view, the main panel is where the query input text field is located, utilizing CodeMirror. The paint button in the top right corner of the panel auto-formats the inputted query - - Users can select the database to use in the 'Database' dropdown above the main panel (feature in beta) + - Users can select the database to use in the 'Database' dropdown above the main panel - Users also have the option to execute a labelled or unlabelled query — simply provide a label in the 'Label' field above the main panel to identify the query in later comparisons against other queries - Please note that only labelled queries will be saved in the current session for future references - To execute the query, simply select the 'RUN QUERY' button at the bottom of the panel or press 'Ctrl-Enter' on the keyboard