From a12037e74db9378131b6307fd5834e865c1e9c95 Mon Sep 17 00:00:00 2001 From: Jennifer Conner <2819667+phiryll@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:33:18 -0700 Subject: [PATCH] Update README to be more clear about not being production ready. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f02627f..6e1ddf8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # kv -Key-Value Stores +Key-Value Store Experimentation -**UNDER DEVELOPMENT, IT WILL CHANGE** +## Preface + +**DO NOT USE! (yet)** + +This is still under development, it **will** change. Drastically. +This is the first attempt, intended be thrown away. + +## Goals (eventually) kv is a library with a few key-value store implementations. These are roughly equivalent to a `map[[]byte]`,