From 10a2366a80d3cecf35f21c1960fd3735ff0f40ff Mon Sep 17 00:00:00 2001 From: Jessie R Date: Mon, 23 Jun 2025 13:49:26 +0700 Subject: [PATCH] Document namespaced clojure function requirement --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10676daa..2a04c4e7 100644 --- a/README.md +++ b/README.md @@ -276,6 +276,7 @@ Interface differences: * Attributes do not have to be declared in advance. Put them to schema only when you need special behaviour from them * Any type can be used for values * No `:db/ident` for attributes, keywords are _literally_ attribute values, no integer id behind them +* All Clojure functions must be fully namespaced in queries * No schema migrations * No full-text search, no partitions * No external dependencies