skasim / gutenberg_scifi

2 stars 1 forks source link

Add delete and update functionality to json_engine #8

Open ndanielsen opened 9 years ago

ndanielsen commented 9 years ago

Add these other functionalities to make it a true persistent storage: https://en.wikipedia.org/wiki/Create,_read,_update_and_delete

ndanielsen commented 9 years ago

add a Key value in the parameters called Action and have it pass in requested actions.

example: Action="Create" and it would create a new entry based upon the data input.