issues
search
bioneos
/
plant-hydration-monitor
For use with the plants in the office to keep them happy with the correct amount of water.
2
stars
7
forks
source link
Database Implementation
#6
Closed
Nick-Hageman
closed
2 years ago
Nick-Hageman
commented
2 years ago
Implemented database schema
Instantiated Sequelize on the server
Added the sequelize generated index file
Added sequelize generated plant & moisture data models
Created a one-to-many relationship between the plants and moisture readings
Implemented delete-on-cascade so values aren't set to null
Implemented database schema