Skip to content

taytaybear/Go-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In-Memory Database

Language used: Go (Golang)

How to Run

  1. Build the program (from cmd/main.go):
    go build -o database cmd/main.go
  2. Run the program:
    ./database
  3. Enter commands one per line. To exit, type END or use Ctrl+D (EOF).

Assumptions

  • All input commands are well-formed and space-delimited.
  • Commands and keys are case-sensitive
  • All values are treated as strings.
  • Data is stored in memory only and is lost when the program exits.
  • No external dependencies are used; only the Go standard library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published