genosdb 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/gdb.min.js +1 -1
- package/dist/gdb.min.js.gz +0 -0
- package/dist/index.js +1 -1
- package/dist/index.js.gz +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -51,7 +51,7 @@ This project is under active development. Do not use it in production environmen
|
|
|
51
51
|
- Basic queries.
|
|
52
52
|
- Advanced queries.
|
|
53
53
|
- **Recursive Graph Traversal Queries:**
|
|
54
|
-
Execute complex, multi-hop graph traversals using the recursive $edge operator. This
|
|
54
|
+
Execute complex, multi-hop graph traversals using the recursive $edge operator. This operator uses the source nodes as a starting point to discover and return all connected nodes that match a powerful sub-query, regardless of their relational distance. The entire traversal logic is resolved within a single, declarative query, eliminating the need for manual, multi-step lookups in the application code. The query engine is designed to handle deeply nested relational paths with exceptional speed.
|
|
55
55
|
- Modules for AI queries.
|
|
56
56
|
- Distributed storage.
|
|
57
57
|
- Conflict resolution module (LWW).
|