• Kirill Smelkov's avatar
    zodbcommit - Tool to commit new transaction into ZODB · 960c5e17
    Kirill Smelkov authored
    Zodbcommit reads transaction description from stdin and commits read data into
    ZODB. The transaction to be committed is read in zodbdump format, but without
    first 'txn' header line. For example:
    
        user "author"
        description "change 123"
        extension ""
        obj 0000000000000001 4 null:00
        ZZZZ
    
    This tool could be useful for testing and for low-level database
    maintenance. Please see zodbcommit.py docstring for more details.
    960c5e17
test_commit.py 2.64 KB