mozilla/mentat

Add an API to dump the transaction log to disk with isolation

Open

#429 opened on Apr 21, 2017

 (0 comments) (0 reactions) (0 assignees)Rust (116 forks)github user discovery
A-corehelp wanted

Repository metrics

Stars
 (1,661 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

We'd like to export and import data, if only for backup purposes. This should run in a transaction for isolation, and shouldn't buffer in memory. The format is not yet defined; figuring it out is part of this bug.

Contributor guide