Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hopper

Hopper is a lightweight, in-memory key-value database built in Go. It functions like a minimalist NoSQL store, enabling you to insert and retrieve data with a simple, intuitive API. Ideal for quick prototyping or small-scale embedded use cases.

Features

  • Built entirely in Go
  • In-memory storage (fast and dependency-free)
  • Insert and fetch structured data using string maps
  • Auto-generated unique record IDs
  • Minimal and idiomatic Go API

Installation

go get github.com/heetkanani/hopper

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages