Monsyne Dragon db434c24c4 Add ability to purge streams on completion.
default to deleting streams once finished with them (if no error)
2014-09-10 21:43:45 +00:00

6 lines
184 B
Python

from winchester.db.interface import DuplicateError, LockError
from winchester.db.interface import NoSuchEventError, NoSuchStreamError
from winchester.db.interface import DBInterface