diff --git a/README.md b/README.md index ca98b23..b37491c 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,15 @@ just a new NOSQL database existing out there purring in the wild. so, ive ben thinking of first of all having basic functionalities. to begin with i beleive i should start with the commands that dont handle file making or deletion but just file manipulation part; ofcourse since it is a catto we would have things sound similar to it. +❌-depicts non-functionality of the command *** ### commands Command | Functionality --------|-------------- --catto-scratch-all OR catto-del-all | deletes everything in the current scope --catto-scratch-{id} OR catto-del-{id} | deletes the element of that id in the current scope --catto-snatchfrom-{id} OR catto-read-{id} | GETs you the id element --catto-snatch-{object}-from-{id} OR catto-read-{object}-from-{id} | GETs you data of an object with ID --catto-snatch-all OR catto-get-all | GETs you everything +-catto-scratch-all OR catto-del-all | deletes everything in the current scope❌ +-catto-scratch-{id} OR catto-del-{id} | deletes the element of that id in the current scope❌ +-catto-snatchfrom-{id} OR catto-read-{id} | GETs you the id element❌ +-catto-snatch-{object}-from-{id} OR catto-read-{object}-from-{id} | GETs you data of an object with ID❌ +-catto-snatch-all OR catto-get-all | GETs you everything❌ +