From ce4fe285cf878a315330fb93168115ec9f194e79 Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Fri, 15 Aug 2025 22:04:53 -0500 Subject: [PATCH] update specifics in readme --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index fef4471..5408c6a 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,10 @@ Delicious, hand-crafted in-memory database with JSON persistence. -## Features - -- **Type-safe** operations with Go generics -- **Schema validation** with constraints and relationships -- **Automatic indexing** with custom index builders -- **Built-in migrations** with CLI commands -- **Relationship validation** between entities -- **Atomic operations** with backup/restore -- **Thread-safe** concurrent access -- **Zero external dependencies** - ## Installation ```bash -go get github.com/yourusername/nigiri +go get github.com/Sharkk/Nigiri ``` ## Quick Start