update specifics in readme

This commit is contained in:
Sky Johnson 2025-08-15 22:04:53 -05:00
parent dfd777bec5
commit ce4fe285cf

View File

@ -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