This repository has been archived by the owner on May 10, 2024. It is now read-only.
generated from Arquisoft/wiq_0
-
Notifications
You must be signed in to change notification settings - Fork 1
ADR 09 (Sequelize ORM)
Manueluz edited this page Feb 17, 2024
·
1 revision
We are planning to use an Object Relational Mapper with MariaDB to obtain a simple and efficient workflow, the choosen ORM is Sequelize because it is a welll known ORM for NodeJS (So there are more tutorials).
Accepted.
Speficic databases are abstract to the programmer and that the model desing is as easy as defining a JS class
General performance overhead associated with ORMs and that the choosen ORM is mainly focused on TypeScript.
WIQ ES1C - Thanks for your attention!