Liking cljdoc? Tell your friends :D

lambdaisland.wagontrain

Wagontrain provides API to migrate, rollback, check if apply certain schema

Wagontrain provides API to migrate, rollback, check if apply certain schema
raw docstring

applied?clj

(applied? conn label)
source

down-txclj

(down-tx label up-tx-id tx-data)
source

inflate-schemaclj

(inflate-schema s)

inflate-schema provides an abbreviated way to write Datomic schema A typical condensed form of schema is [SCHEMA_NAME TYPE DESCRIPTION] For example, [:user-group/orga :boolean "If this group is orga group or not"]

inflate-schema provides an abbreviated way to write Datomic schema
A typical condensed form of schema is [SCHEMA_NAME TYPE DESCRIPTION] 
For example, [:user-group/orga :boolean "If this group is orga group or not"]
sourceraw docstring

migrate!clj

(migrate! conn migrations)
source

migrate1clj

(migrate1 conn {:keys [label tx-data]})
source

rollback!clj

(rollback! conn label)
source

schemaclj

source

up-txclj

(up-tx label tx-data)
source

up-tx-idclj

(up-tx-id conn label)
source

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

× close