• Kirill Smelkov's avatar
    go/zodb/zodbtools: Dump · dbb63f65
    Kirill Smelkov authored
    Add `zodb dump` command to dump arbitrary ZODB database in generic
    format. The actual dump protocol being used here is the same as in
    zodbtools/py with
    
    	zodbtools!3
    
    applied. (the MR there is OK and is just waiting for upstream ZODB to
    negotiate a way to retrieve transaction extension data in raw form).
    dbb63f65