Liking cljdoc? Tell your friends :D

wanderung.datomic-cloud


create-schema-mappingclj

(create-schema-mapping conn)
source

extract-datomic-cloud-dataclj

(extract-datomic-cloud-data conn)

Extracts all transactions from Datomic with keyword attributes given a Datomic connection. Internally Datomic uses the first transactions to initialize the system schema and identifiers which are Datomic specific and not relevant for import. Currently, it takes 5 transactions, so the 6th is the first user specific one.

Extracts all transactions from Datomic with keyword attributes given a Datomic connection.
Internally Datomic uses the first transactions to initialize the system schema and identifiers
which are Datomic specific and not relevant for import.
Currently, it takes 5 transactions, so the 6th is the first user specific one.
sourceraw docstring

transact-datoms-to-datomicclj

(transact-datoms-to-datomic conn datoms)

Transact datoms to datomic. This function does the opposite of what the function extract-datomic-cloud-data does.

Transact datoms to datomic. This function does the opposite of what the function `extract-datomic-cloud-data` does.
sourceraw docstring

transaction-temp-idclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close