Skip to content

Commit 0bc22a3

Browse files
authored
Updated README.md
Beta features have been added.
1 parent 38c67df commit 0bc22a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ To get started on contributing to this project:
5858
- Importing `.sql` or `.tar` files
5959
- Navigating to the `Create Database` view at bottom of sidebar
6060
- Copying an existing database (with or without original data)
61+
- Users can export any database onto their local machine
6162
- Users can toggle between the 'DATABASES' view and the 'QUERIES' view
6263

6364
<div align="center">
@@ -81,7 +82,7 @@ To get started on contributing to this project:
8182
<div align="center">
8283
<img src="./assets/readmeImages/gifs/dummy_data.gif" width=800/>
8384
</div>
84-
- Create/Edit Database
85+
- Create/Edit Database <i>(currently in beta)</i>
8586

8687
- Users can create a new database from scratch by clicking the `Create New Database` button at the bottom of the sidebar
8788
- 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:
9798
- Queries
9899

99100
- 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
100-
- Users can select the database to use in the 'Database' dropdown above the main panel (feature in beta)
101+
- Users can select the database to use in the 'Database' dropdown above the main panel
101102
- 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
102103
- Please note that only labelled queries will be saved in the current session for future references
103104
- To execute the query, simply select the 'RUN QUERY' button at the bottom of the panel or press 'Ctrl-Enter' on the keyboard

0 commit comments

Comments
 (0)