Skip to content

nvsaigokul-sudo/java-command-driven-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Java CLI Memo Database

A simple command-based in-memory key-value database built using Core Java.

Commands

PUT GET DELETE EXIT

Example

PUT 1 hello GET 1 → hello

Concepts Used

  • Java OOP
  • Enums
  • HashMap
  • Command Parsing
  • Layered Design

About

A command-driven in-memory key-value database built using Core Java as a CLI application. Supports PUT, GET, DELETE, and EXIT commands with a custom parser, enum-based command handling, and layered design using controller, model, and DB classes. Demonstrates OOP, collections, and command processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages