Execute a transaction with multiple custom queries without returning any output. More...
Public Member Functions | |
def | __init__ (self, SQLite3DB db, Union[str, List[str]] queries) |
Configure a Transformer to edit the schema of the EventStore. More... | |
Execute a transaction with multiple custom queries without returning any output.
Refer to SQLamarr::EditEventStore for implementation details.
Definition at line 24 of file EditEventStore.py.
def SQLamarr.EditEventStore.EditEventStore.__init__ | ( | self, | |
SQLite3DB | db, | ||
Union[str,List[str]] | queries | ||
) |
Configure a Transformer to edit the schema of the EventStore.
db | An open database connection. |
queries | One or more queries to be processed in single transaction |
Definition at line 31 of file EditEventStore.py.