Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.1 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.1 KB

JDB

JSON DB is a JSON based noSQL Database for PHP applications.

Major Update - Version - Genesis build 7

  1. Create Table changed to add table
  2. Bugs Fixed
  3. Multiple methods updated
  4. Examples Updated

Major Update - Version - Genesis build 6

  1. Get DB List Functionality added
  2. Delete DB functionality
  3. Get Table List Functionality Added
  4. Create Blank table Functionality
  5. Delete Table Functionality
  6. Add row Functionality updated
  7. Add row Functionality made compatible with add and delete column Functionality
  8. Get Column Functionality
  9. Add Column Functionality
  10. Update Column Functionality
  11. Delete Column Functionality
  12. Example Pages Added

Version - Genesis build 5

  1. Demo Template Removed - potential security vulnerabilities fixed

Version - Genesis build 4

  1. Example pages created along with styling

Version - Genesis build 3

  1. Bug Fixed
  2. DB Init Function Checked
  3. Table Exists Function Checked
  4. Update Table Function Checked
  5. Add Row Function Checked
  6. Get Row Function Checked

Version - Genesis build 2

  1. Basic Functions Added

Version - Genesis