Skip to content

Releases: abesheknarayan/go-caskdb

Basic Key Value Store

11 Jun 09:27
6eba150
Compare
Choose a tag to compare
Basic Key Value Store Pre-release
Pre-release

Supported

  • Key and Value as strings
  • Append only single file db
  • Get method for getting the value of a key
  • Put method for creating a new key-value pair or modifying the value of existing key