webenfold / jdb
JSON based noSQL Database
dev-master
2019-06-22 06:51 UTC
This package is auto-updated.
Last update: 2025-06-29 01:49:21 UTC
README
JSON DB is a JSON based noSQL Database for PHP applications.
Major Update - Version - Genesis build 7
- Create Table changed to add table
- Bugs Fixed
- Multiple methods updated
- Examples Updated
Major Update - Version - Genesis build 6
- Get DB List Functionality added
- Delete DB functionality
- Get Table List Functionality Added
- Create Blank table Functionality
- Delete Table Functionality
- Add row Functionality updated
- Add row Functionality made compatible with add and delete column Functionality
- Get Column Functionality
- Add Column Functionality
- Update Column Functionality
- Delete Column Functionality
- Example Pages Added
Version - Genesis build 5
- Demo Template Removed - potential security vulnerabilities fixed
Version - Genesis build 4
- Example pages created along with styling
Version - Genesis build 3
- Bug Fixed
- DB Init Function Checked
- Table Exists Function Checked
- Update Table Function Checked
- Add Row Function Checked
- Get Row Function Checked
Version - Genesis build 2
- Basic Functions Added