Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

ADR #3: DB to be used

Ángel Iglesias Préstamo edited this page Feb 14, 2022 · 1 revision

Title

Status

Accepted

Context

We will need to use a DB for our project, as we will need to persist some data. Probably we won't take benefit from using a SQL database, so using a NoSQL one will work just fine.

Decision

We will use MongoDB.

Consequences

NoSQL databases are easier to use than relational DBs and they are faster too.

Clone this wiki locally