1 Connect to psql 2 Create the database using the psql command CREATE DATABASE bookmark_manager; 3 Connect to the database using the pqsl command \c bookmark_manager; 4 Run the query we have saved in the file 01_create_bookmarks_table.sql
As a user So that i can see my favourite websites I would like to see a display of bookmarks
As a time-pressed user So that I can save a website I would like to add the site's address and title to bookmark manager
Object | Method |
---|---|
Bookmark | Show Bookmarks |
Bookmark list |