Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update the links to the programs
  • Loading branch information
robvk authored Apr 25, 2021
1 parent ac671ec commit 4312acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Week1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The client is a program that talks to the DBMS server, so it has to know where
The client then creates a [TCP connection](https://www.youtube.com/watch?v=EkNq4TrHP_U) to the server.

A client would be your web application talking to the database or a GUI to interact with your database during development.
Examples of free GUIs are [SequalPro for mac](sequalpro.com) and [HeidiSQL for Windows](heidisql.com).
Examples of free GUIs are [SequelPro for mac](https://www.sequelpro.com) and [HeidiSQL for Windows](https://www.heidisql.com/).
These GUIs allow you to easily show the structure and contents of your database, and run your own queries.

To do this the client needs to know:
Expand Down

0 comments on commit 4312acb

Please sign in to comment.