When designing a new data model, there are many possible data models for storing information. We could choose to store information with a JSON blob or creating a database table with column for each information.
date, name, age, sex, job, salary
etc.In this post, we are going to compare two different approaches:
#graphql #data-model #database #json