While working on a feature at work, I had a decision to make:
๐น Create a new normalized table with keys, indexes, and migrations
๐น Or just store 5 tiny rows as a JSON array
So yeahโฆ I chose the burrito wrap ๐ฏ aka JSON array.
Future me will deal with it.
#DevLife#SQLvsNoSQL