webenfold / jdb
JSON based noSQL Database
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/webenfold/jdb
This package is auto-updated.
Last update: 2025-11-29 03:04:01 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