Skip to content

Commit

Permalink
Update database/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Soypete authored Oct 3, 2023
1 parent 6b8ee1b commit f421fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This section of the course contains examples and exercises for effectively lever

## Exercise 1

In your server project, add your prefered database driver and connect to the database in the main function (if you missed day one's exercises or have them in a different location use the [ex-1-connection/main.go](ex-1-connection/main.go)). After you can connected and verified your connection, explore the database. Make sure to query the database's users table and handle the error.Try running `SELECT`, `INSERT`, and `UPDATE` statements
In your server project, add your preferred database driver and connect to the database in the main function (if you missed day one's exercises or have them in a different location using the [ex-1-connection/main.go](ex-1-connection/main.go)). After you have connected and verified your connection, explore the database. Make sure to query the database's users table and handle the error. Try running `SELECT`, `INSERT`, and `UPDATE` statements

### Follow up questions:

Expand Down

0 comments on commit f421fee

Please sign in to comment.