new execute(operations) → {Operation}
Execute a sequence of operations.
Wraps `language-common/execute`, and prepends initial state for postgresql.
Parameters:
Name | Type | Description |
---|---|---|
operations |
Operations | Operations to be performed. |
- Source:
Returns:
- Type
- Operation
Example
execute(
create('foo'),
delete('bar')
)(state)