Skip to content

Commit c35eac2

Browse files
authored
update readme
1 parent 4be2068 commit c35eac2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<div align="center">
1111

12-
![logo 5](https://user-images.githubusercontent.com/11093217/179366043-624ba23a-408d-499a-a1aa-162acf56d247.jpg)
12+
![logo 5](https://github.com/open-source-labs/dbSpy/blob/main/src/assets/newLogoWhite.png?raw=true)
1313

1414
</div>
1515

@@ -128,24 +128,18 @@ Connecting to an existing database
128128
3. Input your database URI information OR database connection credentials and click on "Connect".
129129
4. Once the connection to your database is established, the canvas will render and generate the tables and their relationships.
130130

131-
![dbSpy_connectToDB](https://user-images.githubusercontent.com/83368864/179806428-f73b2b18-b82b-4b19-8ea1-5af72ddd23d3.gif)
132-
133-
![dbSpy_makeAndExecuteChanges](https://user-images.githubusercontent.com/83368864/179806700-4f67386b-d66d-469b-a92d-856d7bacc677.gif)
131+
![dbSpy_connectToDB](https://github.com/open-source-labs/dbSpy/blob/main/src/assets/ScreenshotDemo.png?raw=true)
134132

135133
Uploading your database's SQL file
136134

137135
1. Locate and click on the "Upload SQL File" button under the Action section on the left side of the page. This will open a dialog box for you to select the SQL file you wish to upload.
138136
2. Once the file uploads, the canvas will render and generate the tables and their relationships.
139137

140-
![dbSpy_uploadSQLFile](https://user-images.githubusercontent.com/83368864/179806547-52b4ffd3-bb15-4d13-b9d6-27fd1e777da3.gif)
141-
142138
Starting an ER diagram from scratch
143139

144140
1. Locate and click on the "Build Database" button under the Action section on the left side of the page. This will render the canvas for you to create your database schema.
145141
2. Click on "Add Table" to name the first table and start building your database.
146142

147-
![dbSpy_buildDatabase](https://user-images.githubusercontent.com/83368864/179806594-fa665842-43a4-4cd0-9da2-abbb05d76d89.gif)
148-
149143
Adding a new row to a table
150144

151145
1. To add a new row in a table, click on the add icon on the top right of the table node. This will render a new row in the table in edit mode.

0 commit comments

Comments
 (0)