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