A case class encapsulating the result of a push operation.
A case class encapsulating the result of a push operation.
the updated copy of the document
the pushed revision that as it was actually stored in the database, transformed against more recent revisions. This can be sent to other clients to update their document.
The more recent revisions that have been applied to the server since this revision's version.
Database connection (pool).
Database connection (pool). Services will take connections from this pool when making repository calls.
Takes a function that returns a future, and runs it inside a database transaction.
Takes a function that returns a future, and runs it inside a database transaction.