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.
- 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
go get github.com/heetkanani/hopper