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 select `TABLE` to see selected database in tabular form.
88
89
89
90
- Users can select a table from a list of all the tables in the schema of the currently selected database.
@@ -126,11 +127,12 @@ To get started on contributing and editing databases to this project:
126
127
</div>
127
128
128
129
<br>
130
+
129
131
- Create/Edit Database
130
132
131
-
- Users can create a new database from scratch by clicking the `Create New Database` button at the bottom of the sidebar.
132
-
- Users can modify the newly created database as well as any existing databases using the `ER Diagram` to create/change/delete tables and columns.
133
-
- The `Export` button will write a .sql file on the user's desktop of the selected database.
133
+
- Users can create a new database from scratch by clicking the `Create New Database` button at the bottom of the sidebar.
134
+
- Users can modify the newly created database as well as any existing databases using the `ER Diagram` to create/change/delete tables and columns.
135
+
- The `Export` button will write a .sql file on the user's desktop of the selected database.
134
136
135
137
<br>
136
138
<divalign="center">
@@ -146,11 +148,11 @@ To get started on contributing and editing databases to this project:
146
148
- To execute the query, simply select the 'RUN QUERY' button at the bottom of the panel or press 'Ctrl-Enter' on the keyboard.
147
149
- Users have the option to run multiple queries, allowing users to obtain more reliable testing results.
148
150
- Version 13 introduces a new feature that enables users to access and view previous queries. Upon selecting a previous query, it populates the query input field, allowing users to make edits before executing.
@@ -206,11 +208,13 @@ The outcome results from each query, both retrieved data and analytics, are stor
206
208
207
209
## Contributing
208
210
209
-
We've released SeeQR because it's a useful tool to help optimize SQL databases. Additional features, extensions, and improvements will continue to be introduced. We are thankful for any contributions from the community and we encourage you to try SeeQR out to make or suggest improvements where you see fit! If you encounter any issues with the application, please report them in the issues tab or submit a PR. Thank you for your interest!
211
+
We've released SeeQR because it's a useful tool to help optimize SQL databases. Additional features, extensions, and improvements will continue to be introduced. Please refer to the [DEV_README](https://github.com/open-source-labs/SeeQR/blob/main/DEV_README.md) for a list of improvements we are looking to implement and that are open to contributors.
212
+
213
+
We are thankful for any contributions from the community and we encourage you to try SeeQR out to make or suggest improvements where you see fit! If you encounter any issues with the application, please report them in the issues tab or submit a PR. Thank you for your interest!
0 commit comments