Skip to content

fgrzl/kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci Dependabot Updates

KV

This library provides a simple and flexible key-value store abstraction with support for CRUD operations, batch writes, range queries, and efficient enumeration.

The KV interface allows you to interact with different backends (e.g., Pebble, etc) seamlessly.


🚀 Features

  • 🔑 Basic CRUD operations (Get, Put, Remove)
  • ⚡ Batch operations with deduplication support
  • 🔍 Range and prefix queries
  • 🔄 Efficient item enumeration
  • 🛠️ Support for custom query operators (e.g., GreaterThan, Between, StartsWith)

📦 Installation

go get github.com/fgrzl/kv

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages