db-mongodb-design
v1.0.4
Published
Schemas and Models and DB structure design for database management.
Downloads
3
Readme
db-mongodb-design
- Schemas and Models and DB structure design for database management.
- NPM module
- The purpose of this package is to craft a reusable database schema Management tool for our microservices
- We will centralize the database schema logic to decrease chances of inconsistency.
- Remove the use if repetitive code across the services with easy sharing.
- Reduce the change managing and keep data consistent witout having to keep track of all the changes.