From 40eeb1a90f67bc4c3f248fd14613e65bc1c747ce Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Fri, 5 Jun 2026 13:27:25 +0200 Subject: [PATCH] WIP --- crates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/README.md b/crates/README.md index 2a2f8ff..03f2933 100644 --- a/crates/README.md +++ b/crates/README.md @@ -2,7 +2,7 @@ | Crate | Kind | Responsibility | |-----------------|--------------------|-------------------------------------------------------------------------------------------------------------------------------| -| `storage` | library | Defines the interface to use these storage backends. | +| `storage` | library | Defines a unified interface to use different storage backends (like Geomerge, SQLite, LMDB, etc.) | | `query-ops` | library | Provides a set of operators to physcially execute a query. | | `plan-runner` | library and binary | Provides a CLI to run a query plan represnetsion against a given storage backend uisng the operatirs provided by `query-ops`. | | `geomerge-demo` | binary | An example that shows how to write and read to Geomerge (as a storage). |