Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.07 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.07 KB

cattoDB

just a new NOSQL DBMS existing out there purring in the wild.

DBMS that responses to fundamental CRUD commands. Has its own API and CLI. Deployed using kubernetes minikube. Image is available on DockerHub.

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-paw-{name} OR catto-make-{name} Makes a new JSON file with "NAME" and "ID"❌