• Kirill Smelkov's avatar
    Move dbopen(), dbclose() to wendelin.lib.zodb · 72685306
    Kirill Smelkov authored
    Factor out those routines to open a ZODB database to common place.
    
    The reason for doing so is that we'll soon teach dbopen to automatically
    recognize several protocols, e.g. neo:// and zeo:// and this way,
    clients who use dbopen() could automatically access storages besides
    FileStorage.
    72685306
test_arrayzodb.py 4.18 KB