Skip to content

shubham9159/jdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDB

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

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