Skip to content

Commit

Permalink
Resized new gifs for readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanGrape committed Aug 4, 2022
1 parent f82cd1e commit e0cf141
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ To get started on contributing to this project:
- Users can toggle between an 'ER DIAGRAM' view and the 'TABLES' view for each database.

<div align="center">
<img src="./assets/readmeImages/config_demo.gif" width=600/>
<img src="./assets/readmeImages/gifs/quick_start.gif" width=600/>
<img src="./assets/readmeImages/config_demo2.gif" width=800/>
<img src="./assets/readmeImages/gifs/quick_start.gif" width=800/>
</div>

- Databases
Expand All @@ -79,7 +79,7 @@ To get started on contributing to this project:

<br>
<div align="center">
<img src="./assets/readmeImages/gifs/dummy_data.gif" width=600/>
<img src="./assets/readmeImages/gifs/dummy_data.gif" width=800/>
</div>
- Create/Edit Database <i>(currently in beta)</i>

Expand All @@ -90,8 +90,8 @@ To get started on contributing to this project:

<br>
<div align="center">
<img src="./assets/readmeImages/gifs/create_db2.gif" width=600/>
<img src="./assets/readmeImages/gifs/modify_db.gif" width=600/>
<img src="./assets/readmeImages/gifs/create_db3.gif" width=800/>
<img src="./assets/readmeImages/gifs/modify_db.gif" width=800/>
</div>
- Queries

Expand All @@ -103,7 +103,7 @@ To get started on contributing to this project:

<br />
<div align="center">
<img src="./assets/readmeImages/gifs/Query_Execution.gif" width=600/>
<img src="./assets/readmeImages/gifs/Query_Execution.gif" width=800/>
</div>

- Save/Load Queries
Expand All @@ -114,7 +114,7 @@ To get started on contributing to this project:

<br />
<div align="center">
<img src="./assets/readmeImages/gifs/Save_Load_Queries.gif" width=600/>
<img src="./assets/readmeImages/gifs/Save_Load_Queries.gif" width=800/>
</div>

- Data
Expand All @@ -133,7 +133,7 @@ To get started on contributing to this project:

<br />
<div align="center">
<img src="./assets/readmeImages/gifs/Query_Exec_Plan.gif" width=600/>
<img src="./assets/readmeImages/gifs/Query_Exec_Plan.gif" width=800/>
</div>

- Compare
Expand All @@ -145,7 +145,7 @@ To get started on contributing to this project:
- Aside from the visualized performance comparison of the selected queries, a table will display information about each selected query, including its total run time and performance relative to other queries with the same label, with the most performant query highlighted.

<div align="center">
<img src="./assets/readmeImages/gifs/Comparing_Queries.gif" width=600/>
<img src="./assets/readmeImages/gifs/Comparing_Queries.gif" width=800/>
</div>

## Application Architecture and Logic
Expand Down
Binary file added assets/readmeImages/config_demo2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/readmeImages/gifs/create_db2.gif
Binary file not shown.
Binary file added assets/readmeImages/gifs/create_db3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0cf141

Please sign in to comment.