package
0.0.0-20240503093246-678d81269f95
Repository: https://github.com/newinfooffical/core.git
Documentation: pkg.go.dev

# README

Key-value Store

This package provides a wrapper for a simple key-value store. The underlying database may be changed later.

Tested key-value packages:

  • Pebble: Has many dependencies and increases the binary file size by ~6 MB.
  • Pogreb: Currently used. Limited to 4 billion records due to 32-bit uint used as index.