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
To get started on contributing and editing databases to this project:
31
+
31
32
32
33
1. Download and install [Postgres](https://www.postgresql.org/download/) to access SeeQR's Postgres features and/or [MySQL](https://dev.mysql.com/downloads/mysql/) to access it's MySQL features.
33
34
2. Ensure that psql and/or mysql are available in the `$PATH`.
34
-
3. Download the latest version of [SeeQR](https://github.com/open-source-labs/seeqr/releases/latest).
35
+
3. Create users with passwords and permissions for both [PostgreSQL](https://phoenixnap.com/kb/postgres-create-user) and [MySQL](https://www.digitalocean.com/community/tutorials/how-to-create-a-new-user-and-grant-permissions-in-mysql). Linked are instructions for Mac (Homebrew) and Linux/WSL.
36
+
4. Download the latest version of [SeeQR](https://github.com/open-source-labs/seeqr/releases/latest).
35
37
36
38
## Built With
37
39
@@ -81,7 +83,7 @@ To get started on contributing to this project:
- 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.
@@ -162,7 +165,7 @@ We've released SeeQR because it's a useful tool to help optimize SQL databases.
0 commit comments