Categorygithub.com/JaneJavannie/in_memory_key_value_db
module
0.0.0-20240704043634-aae649b25c4d
Repository: https://github.com/janejavannie/in_memory_key_value_db.git
Documentation: pkg.go.dev

# README

in_memory_key_value_db

Simple in memory key-value database implementation on golang.

How to build:

  1. Just run make build_client, make build_server
  2. App will be built to the project root directory, using config.yaml in the root directory

How to run tests:

  1. Run make test
  2. All app tests will be run with coverage

# Packages

No description provided by the author
No description provided by the author
No description provided by the author