Module session_ext

Module session_ext 

Source

Structs§

Changeset
A recorded binary changeset from a session.
ConflictContext
Context available to a conflict handler during changeset application.
Session
A session that tracks changes to a database.

Enums§

ConflictAction
Action a conflict handler can return.
ConflictType
The type of conflict reported to the conflict handler.

Functions§

apply_changeset
Apply a changeset to a database connection with a simple conflict handler.
apply_changeset_with_context
Apply a changeset to a database connection with full conflict context.