Releases: gouri22-art/JSONDB-MicroProject
Releases · gouri22-art/JSONDB-MicroProject
**This is the First Release**
Have created index.html for required project
then Wrote index.js
after that Synced the input elements with local variables
then Implemented CRUD operations through JsonPowerDB
- Used Put method to save data
- Used Get method to retrieve the saved data
- Used Update method to change the saved data
- Created database SCHOOL-DB
- Created relation STUDENT_TABLE
- Added data validation through Js