This is a microproject Student Enrollment Form created with JsonPowerDB which will will store data in STUDENT-TABLE relation of SCHOOL-DB database.
- JsonPowerDB is a Real-time, High Performance, Lightweight and Simple to Use, Rest API based Multi-mode DBMS. JsonPowerDB has ready to use API for Json document DB, RDBMS, Key-value DB, GeoSpatial DB and Time Series DB functionality. JPDB supports and advocates for true serverless and pluggable API development.
- Simplest way to retrieve data in a JSON format.
- Schema-free, Simple to use, Nimble and In-Memory database.
- It is built on top of one of the fastest and real-time data indexing engine - PowerIndeX.
- It is low level (raw) form of data and is also human readable.
- It helps developers in faster coding, in-turn reduces development cost.
- 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