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

ADR #8: MongoDB API for JS

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

MongoDB API for JS

Status

Accepted

Context

We need to connect our DB to the main app.

Decision

We are choosing Mongoose as the API.

Consequences

It seems easy to use - at a glance. Makes working with MongoDB way easier.