Skip to content

Releases: coderNiKLAUS/JsonPowerDB-micro

First release

26 Dec 19:38
b0c5e85

Choose a tag to compare

  • Created index.html for required project
  • Wrote index.js
  • Synced the input elements with local variables
  • 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