We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c7df2 commit 2b751f2Copy full SHA for 2b751f2
2 files changed
release-js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "datascript-mori",
3
- "version": "0.15.5",
+ "version": "0.15.7",
4
"description": "Wrapper for datascript interplay mori",
5
"homepage": "https://github.com/typeetfunc/datascript-mori",
6
"author": "Andrei Melnikov (https://github.com/typeetfunc)",
src/datascript_mori/core.cljs
@@ -29,6 +29,7 @@
29
(def ^:export DB_CARDINALITY :db/cardinality)
30
(def ^:export DB_CARDINALITY_MANY :db.cardinality/many)
31
(def ^:export DB_UNIQUE :db/unique)
32
+(def ^:export DB_IDENT :db/ident)
33
(def ^:export DB_UNIQUE_IDENTITY :db.unique/identity)
34
(def ^:export DB_ADD :db/add)
35
(def ^:export DB_RETRACT :db/retract)
0 commit comments