Liking cljdoc? Tell your friends :D

boundary.workflow.shell.persistence

Database persistence for workflow instances and audit trail.

Implements IWorkflowStore using next.jdbc + HoneySQL. Applies snake_case <-> kebab-case conversion at the DB boundary only.

Database persistence for workflow instances and audit trail.

Implements IWorkflowStore using next.jdbc + HoneySQL.
Applies snake_case <-> kebab-case conversion at the DB boundary only.
raw docstring

create-workflow-storeclj

(create-workflow-store datasource)

Create a WorkflowStore backed by a JDBC datasource.

Args: datasource - javax.sql.DataSource (from db-context)

Returns: WorkflowStore implementing IWorkflowStore

Create a WorkflowStore backed by a JDBC datasource.

Args:
  datasource - javax.sql.DataSource (from db-context)

Returns:
  WorkflowStore implementing IWorkflowStore
sourceraw docstring

initialize-workflow-schema!clj

(initialize-workflow-schema! ctx)

Initialize database schema for workflow persistence.

Initialize database schema for workflow persistence.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close