Decided
We decided on using an SQL database since the data we'll be storing in our database lends itself easily to a relational database design. A relational database also appealed to us as we will be dealing with large volumes of data, requiring a performant database that can handle quick reads and regular writes, while guaranteeing consistent data integrity.
0 views0