Prismatic Schema type definitions
Prismatic Schema type definitions
An ordered sequence of characters of indeterminate length.
An ordered sequence of characters of indeterminate length.
The Clojure map representation of a Datom.
The Clojure map representation of a Datom.
Each entity in the DB is uniquely specified its Entity ID (EID). Indeed, allocation of a unique EID is what 'creates' an entity in the DB.
Each entity in the DB is uniquely specified its Entity ID (EID). Indeed, allocation of a unique EID is what 'creates' an entity in the DB.
An EntitySpec is used to uniquely specify an entity in the DB. It consists of either an EID or a LookupRef.
An EntitySpec is used to uniquely specify an entity in the DB. It consists of either an EID or a LookupRef.
An ordered sequence of items of indeterminate length (synonymous for Vec).
An ordered sequence of items of indeterminate length (synonymous for Vec).
If an entity has an attribute with either :db.unique/value or :db.unique/identity, that entity can be uniquely specified using a lookup-ref (LookupRef). A lookup-ref is an attribute-value pair expressed as a tuple: [ <attribute> <value> ]
If an entity has an attribute with either :db.unique/value or :db.unique/identity, that entity can be uniquely specified using a lookup-ref (LookupRef). A lookup-ref is an attribute-value pair expressed as a tuple: [ <attribute> <value> ]
Either a Clojure hash-set or a java.util.HashSet
Either a Clojure hash-set or a java.util.HashSet
A specific type of sequential collection, typically a vector of constant length where each element has a pre-defined interpretation.
A specific type of sequential collection, typically a vector of constant length where each element has a pre-defined interpretation.
A sequence of tuples (typically a vector of vectors)
A sequence of tuples (typically a vector of vectors)
The result of any Datomic using the Entity API is logically a hash-set of tuples (vectors). The contents and order of each tuple is determined by the find clause:
----- query ----- ----- tuples -----
(d/q '{:find [?e ?name ?age] ...) -> [?e ?name ?age]
The result of any Datomic using the Entity API is logically a hash-set of tuples (vectors). The contents and order of each tuple is determined by the find clause: ----- query ----- ----- tuples ----- (d/q '{:find [?e ?name ?age] ...) -> [?e ?name ?age]
An ordered sequence of items of indeterminate length (synonymous for List).
An ordered sequence of items of indeterminate length (synonymous for List).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close