You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Users can create a new database from scratch by clicking the `Create New Database` button at the bottom of the sidebar
87
88
- 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:
97
98
- Queries
98
99
99
100
- 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
101
102
- 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
102
103
- Please note that only labelled queries will be saved in the current session for future references
103
104
- 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