Skip to content
  • Victor Shyba's avatar
    [feat] prepare server to handle batches · 577abee1
    Victor Shyba authored
    Created two methods on the backend to start and finish a batch. A dict of
    callbacks is available to defer actions for the last document, allowing
    temporary (changing often) metadata to be recorded only once.
    Using those methods we will also be able to put all docs in one go on
    the CouchDatabase implementation, but that is another step.
    577abee1