Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 347 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 347 Bytes

User story and domain model

How to use the database

  • Connect to psql
  • Create the database using the psql command CREATE DATABASE bookmark_manager;
  • Connect to the database using the pqsl command \c bookmark_manager;
  • Run the query we have saved in the file 01_create_bookmarks_table.sql