Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley authored Nov 29, 2024
1 parent c6c933e commit 9504675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ciphernode/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ graph LR

| Layer | Functionality |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `Repository<T>` | Strongly typed Data persistence. Configured to know how to save its data. |
| `Repository<T>` | Strongly typed Data persistence for a single item. Configured to know how to save its data. |
| `DataStore` | Flexible KV store. Client can scope to specific namespace. Can be backed by polymorphic data actor to handle testing scenarios. |
| `{InMem,Sled}Store` | Actor to receive `Insert` and `Get` requests can only save raw bytes. |

Expand Down

0 comments on commit 9504675

Please sign in to comment.