|
13 | 13 | (def ^:export js_to_Datom djs/js->Datom) |
14 | 14 | (def ^:export pull_result_to_js djs/pull-result->js) |
15 | 15 | (def ^:export keywordize djs/keywordize) |
| 16 | + |
| 17 | +(def ^:export DB_ID :db/id) |
| 18 | +(def ^:export DB_FN_CALL :db.fn/call) |
| 19 | +(def ^:export DB_BEFORE :db-before) |
| 20 | +(def ^:export DB_AFTER :db-after) |
| 21 | +(def ^:export TX_DATA :tx-data) |
| 22 | +(def ^:export TEMPIDS :tempids) |
| 23 | +(def ^:export TX_META :tx-meta) |
| 24 | +(def ^:export EAVT :eavt) |
| 25 | +(def ^:export AEVT :aevt) |
| 26 | +(def ^:export AVET :avet) |
| 27 | +(def ^:export DB_PART_TX :db.part/tx) |
| 28 | +(def ^:export DB_CURRENT_TX :db/current-tx) |
| 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_UNIQUE_IDENTITY :db.unique/identity) |
| 33 | +(def ^:export DB_ADD :db/add) |
| 34 | +(def ^:export DB_RETRACT :db/retract) |
| 35 | +(def ^:export DB_RETRACT_ENTITY :db.fn/retractEntity) |
| 36 | +(def ^:export DB_RETRACT_ATTRIBUTE :db.fn/retractAttribute) |
| 37 | +(def ^:export DB_VALUE_TYPE :db/valueType) |
| 38 | +(def ^:export DB_TYPE_REF :db.type/ref) |
| 39 | +(def ^:export DB_IS_COMPONENT :db/isComponent ) |
| 40 | +(def ^:export FIND :find) |
| 41 | +(def ^:export IN :in) |
| 42 | +(def ^:export WHERE :where) |
| 43 | +(def ^:export ADDED :added) |
| 44 | +(def ^:export E :e) |
| 45 | +(def ^:export A :a) |
| 46 | +(def ^:export V :v) |
0 commit comments