UVicMartletplace / martletplace

Recreating FB Marketplace for Students - UVic SENG499 Capstone Project
0 stars 0 forks source link

Set up Database Tables #64

Closed Scott-Kenning closed 1 month ago

Scott-Kenning commented 1 month ago

Feature Description

Initial creation of the database tables for each data entity

Problem You're Trying to Solve

There's no database tables

Related External Resources

https://docs.google.com/document/d/1DNqexMBf4MpYPCxWsT3plUDAjDSbdJwUzw-UyZX-vDs/edit#heading=h.vbv6udt3y8om Section 4.2

bmachado18 commented 1 month ago

Decided against ORM because:

Need to think about cascades.

Involves creating a init.sql file which creates all tables, triggers, and data

bmachado18 commented 1 month ago

notes: