@NfNitLoop on Twitter: Post

@NfNitLoop on Twitter

@NfNitLoop ("Cody C. #BLM") wrote:

Creating some database schemas today. I wish (Pg)SQL had a "WEAK REFERENCE" type to:

  1. Explicitly declare the relationship between tables.
  2. Ensure that foreign keys exist when I insert rows.
  3. But NOT delete this row when the referenced row gets deleted.